@extends('layouts.backend') @section('content')

Notifications

Notifications Table

@if (!empty($notifications)) @foreach ($notifications as $notification) @endforeach @endif
ID Image Title Action
{{ $notification->id }} img {{ $notification->title }}
@csrf @method('DELETE')
@endsection