@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.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Subhead') }} | {{ __('lng.Type') }} | {{ __('lng.Date') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $AppNotification->title }} | {{ $AppNotification->subhead }} | {{ $AppNotification->type }} | {{ $AppNotification->date }} | {{ $AppNotification->narration }} |
{{ __('lng.Showing') }} {{ $AppNotifications->count() }} {{ __('lng.Items') }}