@extends('backend.layouts.master') @section('content') @push('styles') @endpush
Apply for Leave
@csrf @method('PUT')
Please select a student.
Please select a valid from date.
Please select a valid to date.
Please enter a reason for leave.
@if ($leave->document) Current file: View Document @endif
@push('scripts') @endpush @endsection