@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Add new notification')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('push_notification')}}

@csrf
image
({{\App\CPU\translate('Ratio_1:1')}})
{{ \App\CPU\translate('push_notification_table')}} {{ $notifications->total() }}
@foreach($notifications as $key=>$notification) @endforeach
{{\App\CPU\translate('SL')}} {{\App\CPU\translate('Title')}} {{\App\CPU\translate('Description')}} {{\App\CPU\translate('Image')}} {{\App\CPU\translate('notification_count')}} {{\App\CPU\translate('Status')}} {{\App\CPU\translate('Resend')}} {{\App\CPU\translate('Action')}}
{{$notifications->firstItem()+ $key}} {{\Illuminate\Support\Str::limit($notification['title'],30)}} {{\Illuminate\Support\Str::limit($notification['description'],40)}} {{ $notification['notification_count'] }}
{!! $notifications->links() !!}
@endsection @push('script_2') @endpush