@extends('layouts.adminapp') @section('content') {{-- Edit Notification Leave --}}

{{ __('lng.edit') }} {{ __('lng.StudentNotification') }}

@csrf @method('patch')
@error('subject') {{ $message }} @enderror
Back
@endsection