@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
@php $i=0; $facilityDecLength=count($hotelfacility); @endphp @foreach ($hotelfacility as $key => $tc) @if ($tc->status == 'Activated') @php $i++; @endphp @if ($i == 3) @php $i=0; @endphp @endif @endif @endforeach
{{$tc->name}}
View Select image Change Remove

View Select image Change Remove

View Select image Change Remove

View Select image Change Remove

View Select image Change Remove

# Room Picture Name Type Base Rate Action
@endsection @section('footer_script') @endsection