@extends('backendlayout.app') @section('content')

Create Leave Type

@include('backendlayout.session') {{-- @include('backendlayout.error') --}}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('balance')) {{ $errors->first('balance') }} @endif
@endsection @push('js') @endpush