@csrf {{method_field('PUT')}}
@if($errors->has('hotel_facility_name'))

{{ $errors->first('hotel_facility_name') }}

@endif
@if($errors->has('hotel_facility_name_ar'))

{{ $errors->first('hotel_facility_name_ar') }}

@endif
@if($errors->has('hotel_facility_code'))

{{ $errors->first('hotel_facility_code') }}

@endif
{!! Form::select('hotel_section_type', $sectionType, $hotelFacilityInfo->hotel_section_type, ['id' => 'hotel_section_type', 'class' => 'form-control m-bot15']) !!} @if($errors->has('hotel_section_type'))

{{ $errors->first('hotel_section_type') }}

@endif
@if($errors->has('hotel_facility_desc'))

{{ $errors->first('hotel_facility_desc') }}

@endif
@if($errors->has('hotel_facility_desc_ar'))

{{ $errors->first('hotel_facility_desc_ar') }}

@endif
{!! Form::select('status', $status, $hotelFacilityInfo->status, ['id' => 'status', 'class' => 'form-control m-bot15']) !!} @if($errors->has('status'))

{{ $errors->first('status') }}

@endif