@extends('layouts.app') @section('title', 'New Leave Type') @section('header', 'New Leave Type') @section('content')
@csrf @include('leave-types._form', ['submitLabel' => 'Create Leave Type'])
@endsection