{!! Form::label('location_id', 'Location ID') !!}
{!! Form::number('location_id', null, ['class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Enter Location ID', 'required', 'maxlength' => '25']) !!}
{!! Form::label('name', 'Name') !!}
{!! Form::text('name', null, ['class' => 'form-control', 'id' => 'location_name', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'name', 'required', 'maxlength' => '100']) !!}
{!! Form::label('type', 'Type') !!}
{!! Form::select('parent_priority', ['1' => 'Zone','2' => 'City', '3' => 'Area'], null, ['class' => 'form-control', 'onchange' => 'change_parent_priority(this)', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Type', 'required']) !!}
{{--
--}} {{--
{!! Form::select('parent_id',$locations_parent,null , ['id'=>'location_parent_id', 'class' => 'form-control', 'data-parsley-required' => 'true', 'data-parsley-trigger' => 'change', 'placeholder' => 'Select Location Name', 'onchange'=>'get_parent_location(this)', 'required', 'maxlength' => '100']) !!}
--}} {{--
--}}
{{--
--}}
Notice: Undefined variable: locations_parent in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/location/partial/form.blade.php on line 66

Warning: Invalid argument supplied for foreach() in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/location/partial/form.blade.php on line 66
{!! Form::submit('Save', ['class' => 'btn btn-primary btn-block btn-lg btn-parsley', 'onblur' => 'return validateForm();']) !!}
@section('app_jquery') @endsection