User List

@if (session()->has('message'))
{!! session('message') !!}
@endif @if (session()->has('error'))
{!! session('error') !!}
@endif
@if ($selectRecord)
@if ($selectAll)
You have selected all {{ $totalRecords }} records.
@else
You have selected {{ count($checked) }} records, Do you want to Select All records?
@endif
@endif
 
@if ($checked)
@endif
@foreach ($recList as $RecDetail) @if(in_array($RecDetail['id'], $actionRows)) @foreach($RecDetail['items'] as $item) @endforeach @endif @endforeach
User Name E-mail Address Total Items
{{ $RecDetail['name'] }} {{ $RecDetail['email'] }} | {{ $RecDetail['total'] }}
{{$item['item']}} {{$item['total']}}
{{ $recList->links() }}
@push('scripts') @endpush