@extends('layouts.back-end.app') @section('title','Add new notification') @push('css_or_js') @endpush @section('content')
| #{{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']}} |
|
|