@foreach($queues as $key=> $row)
| {{ $row->customer_name }} |
{{ $row->id }} |
{{ $row->person_count }} |
{{ $row->customer_phone }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if( count( $queues ) && $queues->hasPages() )
| {{ $queues->links() }} |
@endif