@extends('admin.layout') @section('content')
notification {{ $notification->id }}
{{ method_field('DELETE') }} {{ csrf_field() }}


ID{{ $notification->id }}
User Id {{ $notification->user_id }}
Title {{ $notification->title }}
Body {{ $notification->body }}
@endsection