@extends('layouts.back-end.app') @section('title','Add new notification') @push('css_or_js') @endpush @section('content')
@csrf
* ( Ratio 3:1 )

image


@foreach($notifications as $key=>$notification) @endforeach
#{{trans('messages.sl')}} {{trans('messages.Title')}} {{trans('messages.Description')}} URL {{trans('messages.Image')}} {{trans('messages.Status')}} {{trans('messages.Action')}}
{{----}}
{{$key+1}} {{$notification['title']}} {{$notification['description']}} {{$notification['url']}} {{--{{$banner['image']}}--}}

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