@extends('app') @section('page-title') @section('content') @if (isset($status))
@endif
Custom Leave
{!! Form::model($leave, ['id'=>'createLeave','method' => isset($leave) && $leave->id ? 'put' : 'post']) !!}
{!! $errors->first('leave_type_id', '')!!}
{!! $errors->first('no_of_leaves', '')!!}
{!! $errors->first('valid_till', '')!!}
{!! $errors->first('incashable', '')!!}
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush