@php $si=0; @endphp @foreach ($AppNotifications as $AppNotification) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.Subhead') }} {{ __('lng.Type') }} {{ __('lng.Date') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $AppNotification->title }} {{ $AppNotification->subhead }} {{ $AppNotification->type }} {{ $AppNotification->date }} {{ $AppNotification->narration }}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $AppNotifications->count() }} {{ __('lng.Items') }}