@if(!empty(auth()->user())&&auth()->user()->active) @if(count($notifications)>0) @foreach($notifications as $notify) @if($notify->place_id != 0 && $notify->is_resturant == 1 )
@csrf
@endif @endforeach @endif @if(count($notifications)>0) @foreach($notifications as $notifyp) @if($notifyp->place_id != 0 && $notifyp->is_resturant ==0)
@csrf
@endif @endforeach @endif @endif