@extends('layouts.admin') @section('header_style') @endsection @section('content')
@csrf
@foreach ($cities as $key => $values) @endforeach
@foreach ($countries as $key => $value) @endforeach
@foreach ($wholesaler as $ws => $value) @endforeach
most_view == '1' ) checked @endif> most_view == '0' ) checked @endif>
@php $i=0; $facilityDecLength=count($hotelfacility); $facilityDec = str_pad($facilityDec, $facilityDecLength,'0',STR_PAD_LEFT) @endphp @foreach ($hotelfacility as $key => $tc) @if ($tc->status == 'Activated') @php $i++; @endphp @if(!is_null($facilityDec) && $facilityDec[$facilityDecLength - ($key+1)]== 1) @php $selected = 'checked'; @endphp @else @php $selected = ''; @endphp @endif @if ($i == 3) @php $i=0; @endphp @endif @endif @endforeach
{{$tc->name}}



Warning: Undefined variable $hotel in C:\xampp\htdocs\hoteline\resources\views\hotel\add_hotel\hotel_details\edit.blade.php on line 366

Warning: Attempt to read property "map" on null in C:\xampp\htdocs\hoteline\resources\views\hotel\add_hotel\hotel_details\edit.blade.php on line 366
@if(strpos($hotel->image_1, '/') !== false) @if($hotel->image_1 == '' || $hotel->image_1 == null) @else @php $img1 = $hotel->image_1; @endphp @endif @else @if($hotel->image_1 == '' || $hotel->image_1 == null) @else @php $img1 = "hotelineweb/include/uploads/images/".$hotel->image_1; @endphp @endif @endif
View Select image Change Remove

@if(strpos($hotel->image_2, '/') !== false) @if($hotel->image_2 == '' || $hotel->image_2 == null) @else @php $img2 = $hotel->image_2; @endphp @endif @else @if($hotel->image_2 == '' || $hotel->image_2 == null) @else @php $img2 = "hotelineweb/include/uploads/images/".$hotel->image_2; @endphp @endif @endif
View Select image Change Remove

@if(strpos($hotel->image_3, '/') !== false) @if($hotel->image_3 == '' || $hotel->image_3 == null) @else @php $img3 = $hotel->image_3; @endphp @endif @else @if($hotel->image_3 == '' || $hotel->image_3 == null) @else @php $img3 = "hotelineweb/include/uploads/images/".$hotel->image_3; @endphp @endif @endif
View Select image Change Remove

@if(strpos($hotel->image_4, '/') !== false) @if($hotel->image_4 == '' || $hotel->image_4 == null) @else @php $img4 = $hotel->image_4; @endphp @endif @else @if($hotel->image_4 == '' || $hotel->image_4 == null) @else @php $img4 = "hotelineweb/include/uploads/images/".$hotel->image_4; @endphp @endif @endif
View Select image Change Remove

@if(strpos($hotel->image_5, '/') !== false) @if($hotel->image_5 == '' || $hotel->image_5 == null) @else @php $img5 = $hotel->image_5; @endphp @endif @else @if($hotel->image_5 == '' || $hotel->image_5 == null) @else @php $img5 = "hotelineweb/include/uploads/images/".$hotel->image_5; @endphp @endif @endif
View Select image Change Remove
@endsection @section('footer_script') @endsection