@if(isset($sanad)) @foreach($sanad as $key => $item) @if($item->payment == true) @endif @endforeach @else @endif
# সনদ নাম্বার নাম ট্র্যাকিং আইডি পেমেন্ট ম্যাথড ইউজার/সময় স্ট্যাটাস ক্রিয়া
{{ ($sanad->currentpage()-1) * $sanad->perpage() + $key + 1 }} {{ $item->sanad_number }} {{ $item->citizen->bangla_name }} {{ $item->tracking_id }} @if($item->payment->payment_method == 'cash') ক্যাশ@elseif($item->payment->payment_method == 'nagad') নগদ@elseif($item->payment->payment_method == 'onlinePayment') অনলাইন পেমেন্ট @endif আবেদনকারী: {{ $item->user_id != null ? $item->user?->name : 'Online' }}
আবেদনের সময়: {{ date('d M, Y h:i a', strtotime($item->created_at)) }}
@if($item->status == 1) অনুমোদনকারী: {{ $item->approve_by != null ? $item->approve_by_user?->name : '' }}
অনুমোদনের সময়: {{ $item->approve_at != null ? date('d M, Y h:i a', strtotime($item->approve_at)) : '' }}
@elseif($item->status == 2) প্রত্যাখ্যানকারী: {{ $item->approve_by != null ? $item->approve_by_user?->name : '' }}
প্রত্যাখ্যানের সময়: {{ $item->approve_at != null ? date('d M, Y h:i a', strtotime($item->approve_at)) : '' }} @endif
@if($item->status == 0) Pending @elseif($item->status == 1) Approved @elseif($item->status == 2) Reject @endif @if((hoursCount($item->updated_at, \Carbon\Carbon::now()) <= 24) || Auth::user()->user_type == 0 || Auth::user()->user_type == 0) @endif @if($item->status == 0) @if( Auth::user()->user_type == 0 || webInfo()->auto_sig_by_admin == 0 /* strpos(Auth::user()->permission, 'ঔ') !== false*/) @endif @elseif((hoursCount($item->updated_at, \Carbon\Carbon::now()) <= 24 && $item->status == 1) || (Auth::user()->user_type == 0 || Auth::user()->user_type == 1 && $item->status == 1)) BN EN @endif
{{ $message }}
@if(isset($sanad)) @endif