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

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

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