@extends('layouts.layout-admin') @section('styles') @endsection @section('content')

{{ __('Hotel Details') }}

{{ __('Hotel Details') }}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif @if($hotelInfo->hotel_image) View Image
@endif
@if($errors->has('latitude'))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif
direct_payment)? 'checked' : '' !!} class="form-check-input" name="direct_payment" id="direct_payment">
preferred_hotel)? 'checked' : '' !!} class="form-check-input" name="preferred_hotel" id="preferred_hotel">
@if($errors->has('makani_number'))

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

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

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

@endif
{{ __('Cancel') }}
@endsection @section('scripts') @endsection