@extends('layouts.app') @section('title', 'Create Leave Type') @section('breadcrumbs') @endsection @section('content')

Create Leave Type

Define a new global leave type template

@csrf
@include('leave::types._form', ['leaveType' => null])
Cancel
@endsection