@extends('layouts.admin') @section('header_style') @endsection @section('content')
@csrf
@foreach ($wholesaler as $ws => $value) @endforeach
most_view == '1' ) checked @endif readonly> most_view == '0' ) checked @endif readonly>
@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\view.blade.php on line 370

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\hoteline\resources\views\hotel\add_hotel\hotel_details\view.blade.php on line 370

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

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

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

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

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