@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif {!! Form::open(array('url' => array('admin/hotels/addhotel'),'class'=>'form-horizontal padding-15','name'=>'category_form','id'=>'category_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
Restaurants And Bars Info
@if(isset($restaurantBar->bar['name'])) @foreach($restaurantBar->bar['name'] as $key => $barName)
@endforeach @else
@endif
@if(isset($restaurantBar->restaurants['name'])) @foreach($restaurantBar->restaurants['name'] as $key => $resName)
@endforeach
@else
@endif
@if(isset($restaurantBar->restro_bar['name'])) @foreach($restaurantBar->restro_bar['name'] as $key => $restroName)
@endforeach
@else
@endif
@if(isset($restaurantBar->cafeteriaDining['name'])) @foreach($restaurantBar->cafeteriaDining['name'] as $key => $catDinName)
@php $savedCuisines = $restaurantBar->cafeteriaDining['cuisine'][$key] ?? old('cateringDining.cuisine.'.$key); $savedCuisinesArr = explode(',', $savedCuisines); $CatDinArr = []; @endphp
@if(!empty($CatDinArr)) @foreach($CatDinArr as $catVal)
{{ $catVal['cat'] }} ×
@endforeach @endif
@endforeach
@else
@endif
Access Hotel
@php
$busstand_valid = hasValidData($hotels->hotelbusstand ?? null);
$initialCount = count($hotels->busStands ?? []);
@endphp
@if(!empty($HallFacilty->other_service['name'][0]) && isset($HallFacilty->getAmentity)) @foreach($HallFacilty->getAmentity as $key => $otherServ)
@endforeach @else {{-- Default blank row --}}
@endif
Hotel Action
ADDITIONAL CONTACT DETAILS
{!! Form::close() !!}