{{-- @php ini_set('memory_limit', '-1'); @endphp --}} @extends('subadmin.layouts.master') @section('content')
Reset
@forelse ($users as $user) @empty {{-- --}} @endforelse
Name Site Occupied By (Sales Person) QR Code Date Created Action
{{ $user->user->fname . ' ' . $user->user->lname }} {{ $user->organization->name }} {{ $user->organization->salesman? $user->organization->salesman->salesman->fname . ' ' . $user->organization->salesman->salesman->lname: 'Not Occupied Yet' }} {!! QrCode::size(50)->generate($user->user->fname . ' ' . $user->user->lname) !!} {{ $user->created_at->format('m-d-Y') }} @if ($user->status == 1) @endif {{-- --}}
No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available No Data Available --}} {{-- --}} {{-- --}} {{-- --}} {{--
Current Page: {{ $users->currentPage() }} Showing {{ $users->firstItem() }} to {{ $users->lastItem() }} of {{ $users->total() }} entries
{!! $users->appends($data)->links('pagination::bootstrap-4') !!}
@foreach ($users as $user) @endforeach @endsection @push('scripts') {{-- --}} @endpush