{!! Form::label('title', __('models/tblPropertyDetails.fields.title') . ':') !!}
{!! Form::text('title', null, [
'class' => 'form-control',
'maxlength' => 128,
'maxlength' => 128,
'maxlength' => 128,
]) !!}
{{--
{!! Form::number('staff_id', null, ['class' => 'form-control']) !!}
--}}
{!! Form::label('payment_type', 'طريقة الدفع' ) !!}
{!! Form::select('payment_type', [1=>'دفع بالعربون',2=>'دفع قيمة كاملة'], isset($payment_type) ? $payment_type : null, ['class' => 'form-control']) !!}
{!! Form::label('week_day_price', __('models/tblPropertyDetails.fields.week_day_price') . ':') !!}
{!! Form::text('week_day_price', null, ['class' => 'form-control']) !!}
{!! Form::label('weekend_day_price', __('models/tblPropertyDetails.fields.weekend_day_price') . ':') !!}
{!! Form::text('weekend_day_price', null, ['class' => 'form-control']) !!}
{!! Form::label('depositـweek_day_price', __('models/tblPropertyDetails.fields.depositـweek_day_price') . ':') !!}
{!! Form::text('depositـweek_day_price', null, ['class' => 'form-control']) !!}
{!! Form::label(
'depositـweekend_day_price',
__('models/tblPropertyDetails.fields.depositـweekend_day_price') . ':',
) !!}
{!! Form::text('depositـweekend_day_price', null, [
'class' => 'form-control',
'maxlength' => 200,
'maxlength' => 200,
'maxlength' => 200,
]) !!}
{{--
{!! Form::label('location', __('models/tblPropertyDetails.fields.location') . ':') !!}
{!! Form::text('location', null, [
'class' => 'form-control',
'maxlength' => 255,
'maxlength' => 255,
'maxlength' => 255,
]) !!}
--}}
{!! Form::label('tbl_chalet_size_id', __('models/tblPropertyDetails.fields.tbl_chalet_size_id') . ':') !!}
{!! Form::select('tbl_chalet_size_id', $chaletSizes,null, ['class' => 'form-control']) !!}
{!! Form::label('description', __('models/tblPropertyDetails.fields.description') . ':') !!}
{!! Form::textarea('description', null, ['class' => 'form-control']) !!}
{!! Form::label('no_of_guest', __('models/tblPropertyDetails.fields.no_of_guest') . ':') !!}
{!! Form::number('no_of_guest', null, ['class' => 'form-control']) !!}
{!! Form::label('adult_count', __('models/tblPropertyDetails.fields.adult_count') . ':') !!}
{!! Form::number('adult_count', null, ['class' => 'form-control']) !!}
{!! Form::label('children_count', __('models/tblPropertyDetails.fields.children_count') . ':') !!}
{!! Form::number('children_count', null, ['class' => 'form-control']) !!}
{{--
--}}
{{--
{!! Form::label('check_in_time', __('models/tblPropertyResorts.fields.check_in_time') . ':') !!}
{!! Form::Time('check_in_time', null, ['class' => 'form-control']) !!}
--}}
@isset($tblPropertyDetail)
@else
{!! Form::label(
'number_x',
'عدد الشاليهات المشابهة ستم وضح ارقام تسلسلية بجانب اسم كل شاليه من ١ الى الرقم الاخير الذي ستم اختياره' . ':',
) !!}
{!! Form::select('number_x',[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20],null,['class' => 'form-control'],
) !!}
@endisset
{{--
{!! Form::label('check_out_time', __('models/tblPropertyResorts.fields.check_out_time') . ':') !!}
{!! Form::Time('check_out_time', null, ['class' => 'form-control']) !!}
--}}
{{--
{!! Form::label('is_favorite', __('models/tblPropertyDetails.fields.is_favorite').':') !!}
{!! Form::number('is_favorite', null, ['class' => 'form-control']) !!}
--}}
@push('page_scripts')
@endpush
{{--
{!! Form::label('created_by_id', __('models/tblPropertyDetails.fields.created_by_id') . ':') !!}
{!! Form::number('created_by_id', null, ['class' => 'form-control']) !!}
--}}
{{--
{!! Form::label('host_token', __('models/tblPropertyDetails.fields.host_token') . ':') !!}
{!! Form::text('host_token', null, [
'class' => 'form-control',
'maxlength' => 250,
'maxlength' => 250,
'maxlength' => 250,
]) !!}
--}}