@extends('admin.layouts.app') @section('content')
{{-- navbar - top --}} @include('admin.layouts.topbar')
{{-- navbar - side --}} @include('admin.layouts.nav')

{{ __('View Notification') }}

{{ __('Notification Details') }}

@csrf
@error('title') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
{{-- --}} {{ __('Go Back') }}
@endsection @extends('admin.layouts.footer')