@extends('layouts.adminapp') @section('title') {{ __('lng.AppNotification') }} @endsection @section('active_app_management', 'active') @section('open_app_management', 'open') @section('active_app_notification', 'active') @section('content')

{{ __('lng.AppNotification') }}

{{ __('lng.AppNotificationTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@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') }}

@endif
@endsection