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