@include('flash::message')
ID |
User ID |
Total Order |
Available |
Added / Modified date |
Action |
@if(count($getpickupuser)>0)
@foreach ($getpickupuser as $key=>$label)
{{ $label->id }} |
{{ $label->name }} |
0 |
no |
{{ $label->created_at }}
|
|
@endforeach
@else
No record found! |
@endif
{{$getpickupuser->links()}}
@endsection