@php if (Auth('admin')->User()->dashboard_style == 'light') { $text = 'dark'; $bg = 'light'; } else { $bg = 'dark'; $text = 'light'; } @endphp

{{ $settings->site_name }} users list

@if ($checkrecord)
     
@else @endif
@forelse ($users as $user) @empty @endforelse
Reciver's Name Tracking Number Current Location Destination Status Date Shipped Action
{{ $user->name }} {{ $user->trackingnumber }} {{ $user->location }} {{ $user->final_destination }} @if ($user->status == 'Delivered') {{ $user->status }} @elseif($user->status == 'Cancelled') {{ $user->status }} @else {{ $user->status }} @endif {{ $user->created_at->diffForHumans() }} Manage
No Data Available
{{-- Modals --}} {{-- End add user modal --}}