@if($session_engage->count() > 0) @foreach ($session_engage as $k => $session) @endforeach @else @endif
Sr No. Session Id. User id Session Ip Session Started At Last Active Created_at Updated_at
{{ $k + 1 + ($session_engage->currentPage() - 1) * $session_engage->perPage() }} {{$session->session_id ?? 'N/A'}}
user->profileimage->source ?? '', FILTER_VALIDATE_URL)) src="{{ $seller->user->profileimage->source }}" @else src="{{ url('/public/assets/img/seller-pic.svg') }}" @endif class="img-fluid" alt="">
{{ $session->ip ?? 'N/A' }} {{ $session->session_start_at ?? 'N/A' }} {{$session->last_active_at ?? 'N/A'}} {{ $session->created_at ?? 'N/A' }} {{ $session->updated_at ?? 'N/A' }}

@if (!empty(request()->search)) No result found @else No data found @endif

Total Seller(s): {{ $session_engage->total() }}
{{ $session_engage->appends(request()->input())->links() }}