@extends('layouts.admin') @section('header')

Apply for Leave

@endsection @section('content') @if (session('success')) @endif @if ($errors->any()) @endif
@csrf
@endsection