@extends('admin.layout.main') @section('content')

الفنادق

الكل @foreach ($categories as $category) id) class="btn btn-success mb10" @else class="btn btn-primary mb10" @endif>{{$category->ar_title}} @endforeach
{{ csrf_field() }} @foreach ($hotels as $hotel) @if($loop->index > 0) @if($hotel->cat != $hotels->get($loop->index-1)->cat) @endif @else @endif @endforeach
# ترتيب اظهار العنوان
@if($hotel->hotel_cat !== NULL){{$hotel->hotel_cat->ar_title}}@endif@if($hotel->hotel_cat !== NULL){{$hotel->hotel_cat->ar_title}}@endif
{{$loop->iteration}} {{$hotel->title}} تعديل الصور العروض الغرف SEO مسح
@endsection