@if (session('message'))
Super Admin
{{ session('message') }}
@endif
{{ $userInitial }}
Hi, {{ $user->name }}
Mobile: {{ $user->phone ?? 'N/A' }}
Balance: {{ number_format($balance, 2) }}
Limit: {{ number_format($limit, 2) }}
@if ($shifts)
@foreach ($shifts as $val)
@if ($val['declare_number'] && $val['shift_date']==$date)
@else
@endif
@php $count++; @endphp
@endforeach
@endif