@extends('layouts.template') @section('content')

Application for Leave

@csrf
Name {{ Auth::user()->name }}
Leave Type
Leave Category
From
To
Department {{ Auth::user()->department }}
Acting Officer
Approve Officer
Reason for Application
@endsection