Create Letter

@csrf @method('PUT') {{-- @method('update') --}}
{{-- --}} @error('Subject')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@foreach($notifications as $notification) @php $userID[] = $notification->receiver_user_id; @endphp @endforeach @error('UserID')
{{ $message }}
@enderror

@error('remark')
{{ $message }}
@enderror

{{-- --}} Back