@extends('layouts.user_type.auth') @section('content')
@if(session('status')) @endif @if(session('error')) @endif
Create Leave Request
Leave Request Information
@csrf @if($errors->any()) @endif
@error('employee_id')

{{ $message }}

@enderror
@error('leave_type_id')

{{ $message }}

@enderror
@error('start_date')

{{ $message }}

@enderror
@error('end_date')

{{ $message }}

@enderror
half_day ?? false) ? 'checked' : '' }}>
@error('reason')

{{ $message }}

@enderror
Mass Upload Leaves
@csrf
Allowed formats: XLSX, XLS, CSV
@endsection @push('scripts') @endpush