@extends('layouts.mainlayout') @section('title', 'Apply Leave Employee') @section('main')
Apply Leave Employee
@if(isset($leave))
@else @endif @csrf
Apply Leave
Clear
@endsection @section('js') @endsection