@extends('master.back') @section('content')
@include('alerts.alerts') @forelse(App\Models\Notification::orderby('id','desc')->get() as $notf) @if($notf->user_id != null)
@endif @if($notf->order_id != null)
@endif @empty

{{__('No Notifications')}}

@endforelse
{{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection