{!! Form::label('name', __('models/tblPropertyResorts.fields.name') . ':') !!}
{!! Form::text('name', null, [
'class' => 'form-control',
'maxlength' => 255,
'maxlength' => 255,
'maxlength' => 255,
]) !!}
{!! Form::label('number_of_chalet', __('models/tblPropertyResorts.fields.number_of_chalet') . ':') !!}
{!! html()->number('number_of_chalet', null)->class('form-control') !!}
{!! Form::label('description', __('models/tblPropertyResorts.fields.description') . ':') !!}
{!! html()->textarea('description', null)->class('form-control') !!}
{!! Form::label('check_in_time', __('models/tblPropertyResorts.fields.check_in_time') . ':') !!}
{!! Form::Time('check_in_time', null, ['class' => 'form-control']) !!}
{!! Form::label('check_out_time', __('models/tblPropertyResorts.fields.check_out_time') . ':') !!}
{!! Form::Time('check_out_time', null, ['class' => 'form-control']) !!}
{{--
{!! Form::label('lat', __('models/tblPropertyResorts.fields.lat') . ':') !!}
{!! html()->number('lat', null)->class('form-control') !!}
{!! Form::label('lng', __('models/tblPropertyResorts.fields.lng') . ':') !!}
{!! html()->number('lng', null)->class('form-control') !!}
--}}
{{-- --}}
{!! Form::label('created_by_id', __('models/tblPropertyResorts.fields.created_by_id') . ':') !!}
{!! Form::select('created_by_id', $usersHost, null, ['class' => 'select2 form-control ']) !!}
{{-- {{ Form::select('created_by_id', $usersHost, null, ['class' => ' select2 form-control']) }} --}}
{{--
{!! Form::label('created_on', __('models/tblPropertyResorts.fields.created_on') . ':') !!}
{!! html()->text('created_on', null)->class('form-control')${5:->id('created_on')} !!}
--}}
{!! Form::label('lat', __('models/tblPropertyResorts.fields.lat') . ':') !!}
{!! Form::text('lat', 32.8869, ['class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('lng', __('models/tblPropertyResorts.fields.lng') . ':') !!}
{!! Form::text('lng', 13.1897, ['class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('search', __('Search Location') . ':') !!}
{!! html()->text('search', null)->class('form-control')${5:->id('search-input')} !!}
@push('page_scripts')
@endpush