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

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

@csrf
( {{\App\CPU\translate('Ratio_1:1')}} )

image

{{ \App\CPU\translate('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)}} {{--{{$banner['image']}}--}} {{ $notification['notification_count'] }}

{!! $notifications->links() !!}
@endsection @push('script_2') @endpush