@extends('front.layouts.app') @push('user.css') @endpush @section('content') جميع الوجهات السياحيه الرئيسية الوجهات السياحة @if(isset($hotels) && $hotels->count() > 0) @foreach ($hotels as $item) @if ($item->hotelImages && count($item->hotelImages) > 0) @else @endif {{ $item->title }} @endforeach @else لا توجد فنادق حالياً. @endif @endsection
لا توجد فنادق حالياً.