@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Leave Type
@csrf
{{ $errors->first('country_id') }}
{{ $errors->first('leavetype') }}
{{ $errors->first('num_days') }}
@endsection @push('custom_js') @endpush