@if($common_details->huntplex_listing == 'yes')
@endif
# | Name | Due Amount | Due Date | |
---|---|---|---|---|
{{ $key+1 }} | {{ ucwords($payment->first_name.' '.$payment->last_name) }} | {{ $payment->amount_to_be_paid - $payment->paid }} | {{ \Carbon\Carbon::createFromFormat('Y-m-d', $payment->due_date)->toFormattedDateString() }} | |
No due payments. |
# | Client Name | Expiring on | Action | |
---|---|---|---|---|
{{ $key+1 }} | {{ ucwords($expSubs->first_name.' '.$expSubs->last_name) }} | {{ $expSubs->expires_on->format('d M, Y') }} |
|
|
No subscription expiring. |
-
@foreach($notis as $noti)
@if($noti->read_status =='unread')
-
{{$noti->title}}{{$noti->created_at->diffForHumans(\Carbon\Carbon::now('Asia/Calcutta'))}}
@endif
@endforeach
-
@foreach($notis as $noti)
@if($noti->read_status =='read')
-
{{$noti->title}}{{$noti->created_at->diffForHumans(\Carbon\Carbon::now('Asia/Calcutta'))}}
@endif
@endforeach