@extends('layouts.mainlayout') @section('title', 'Notification') @section('main')
{{--
@if(isset($role)) {{ 'Edit Role' }} --}} {{-- @else {{ 'Create Role' }}@endif
--}}
@if(isset($notifications))
@else @endif @csrf
Notification List
@error('notification') {{ $message }} @enderror
@error('user_id') {{ $message }} @enderror
Cancel
@endsection @section('js') @endsection