@if(isset($count_notificat_) && $count_notificat_>0) {!! isset($count_notificat_) ? $count_notificat_ : '' !!} @endif @if(isset($order_count_notificat_) && $order_count_notificat_>0) {!! isset($order_count_notificat_) ? $order_count_notificat_ : '' !!} @endif @if(isset($sell_count_notificat_) && $sell_count_notificat_>0) {!! isset($sell_count_notificat_) ? $sell_count_notificat_ : '' !!} @endif
@if(!empty($notification_))
@foreach($notification_ as $k_not => $val_not) @if($val_not->notification_type == 1)
New member | {!! isset($val_not->customer->phone) ? $val_not->customer->phone : '' !!}
{{ Carbon\Carbon::parse($val_not->date_time)->diffForHumans() }}
@elseif($val_not->notification_type == 2)
Member {!! isset($val_not->customer->phone) ? $val_not->customer->phone : '' !!} request to deposit amount | {!! isset($val_not->amount) ? $val_not->amount : '' !!}฿
{{ Carbon\Carbon::parse($val_not->date_time)->diffForHumans() }}
@elseif($val_not->notification_type == 3)
Member {!! isset($val_not->customer->phone) ? $val_not->customer->phone : '' !!} request to withdraw amount | {!! isset($val_not->amount) ? $val_not->amount : '' !!}฿
{{ Carbon\Carbon::parse($val_not->date_time)->diffForHumans() }}
@elseif($val_not->notification_type == 4)
New order | {!! isset($val_not->phone) ? $val_not->phone : '' !!}
{{ Carbon\Carbon::parse($val_not->date_time)->diffForHumans() }}
@else @endif @endforeach
View all
@endif