@include('tbl_property_resorts.resortInfoCreate.feildinfo')
{!! 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('latitude', __('models/tblPropertyResorts.fields.latitude') . ':') !!} {!! Form::text('latitude', isset($tblPropertyResort) ? $tblPropertyResort->latitude : 32.8869 , ['id'=>'latitude', 'class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('longitude', __('models/tblPropertyResorts.fields.longitude') . ':') !!} {!! Form::text('longitude', isset($tblPropertyResort) ? $tblPropertyResort->longitude : 13.1897 , ['id'=>'longitude', 'class' => 'form-control','readonly'=>'readonly']) !!}
{!! Form::label('location', __('models/tblPropertyDetails.fields.location') . ':') !!} {!! Form::text('location', null, [ 'class' => 'form-control','required'=>'required', 'maxlength' => 255, 'maxlength' => 255, 'maxlength' => 255, ]) !!}
{{-- {!! Form::label('location', __('models/tblPropertyResorts.fields.location') . ':') !!} {!! Form::text('location', null , ['id'=>'longitude', 'class' => 'form-control']) !!} --}}
{!! Form::label('search', __('Search Location') . ':') !!} {!! Form::text('search', null, ['class' => 'form-control', 'id' => 'search-input']) !!}
{!! Form::label('map', __('models/tblPropertyResorts.fields.map') . ':') !!}
{{-- @include('tbl_property_resorts.resortInfoCreate.calander') --}}

add the images

@include('tbl_property_resorts.resortInfoCreate.images')

قوانين الحجز

@include('tbl_property_resorts.resortInfoCreate.policy')

قوانين الالغاء

@include('tbl_property_resorts.resortInfoCreate.rules')
{{--
--}} @include('tbl_property_resorts.resortInfoCreate.amenity-facility') {{--
--}}
@push('page_scripts') @endpush