@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.leaves.assignLeave')
{!! Form::open(['id'=>'createLeave','class'=>'ajax-form','method'=>'POST']) !!}
{!! Form::hidden('user_id', $user->id) !!}
{!! Form::hidden('status', 'pending') !!}
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush