@extends('general.index', $setup)
@section('tbody')
@foreach ($setup['items'] as $item)
{{ $item->table?$item->table->name:"" }} |
{{ $item->name }} |
{{ $item->email }} |
{{ $item->phone_number }} |
{{ $item->note }} |
{{ $item->by=="1"?__('customers_by_restaurant'):__('customers_him_self') }} |
{{ $item->created_at }} |
@include('partials.tableactions',$setup)
@endforeach
@endsection