{!! Form::label('title', __('models/tblPropertyDetails.fields.title') . ':') !!}
{!! Form::text('title', $tblBookingResort->details->title,["disabled"=>"disabled",'class' => 'form-control',
'maxlength' => 255,
'maxlength' => 255,
'maxlength' => 255,]) !!}
{!! Form::label('location', __('models/tblPropertyDetails.fields.location') . ':') !!}
{!! Form::text('location', $tblBookingResort->details->location, [
"disabled"=>"disabled",
'class' => 'form-control',
'maxlength' => 255,
'maxlength' => 255,
'maxlength' => 255,
]) !!}
{!! Form::label('latitude', __('models/tblPropertyResorts.fields.latitude') . ':') !!}
{!! Form::text('latitude', $tblBookingResort->details->latitude , ['class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('longitude', __('models/tblPropertyResorts.fields.longitude') . ':') !!}
{!! Form::text('longitude', $tblBookingResort->details->longitude , ['class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('latitude',' عدد الكبار ' . ':') !!}
{!! Form::text('latitude', $tblBookingResort->details->adult_count , ['class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('longitude', 'عدد الآطفال '. ':') !!}
{!! Form::text('longitude', $tblBookingResort->details->children_count == null ? 0 : $tblBookingResort->details->children_count , ['class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('description', __('models/tblPropertyDetails.fields.description') . ':') !!}
{!! Form::textarea('description', $tblBookingResort->details->description, [
"disabled"=>"disabled",
'class' => 'form-control',
'maxlength' => 255,
'maxlength' => 255,
'maxlength' => 255,
]) !!}
{!! Form::close() !!}
@push('page_scripts')
@endpush