@extends('layouts.dashboard_2') @section('title', 'الفنادق') @section('content')

الفنادق

@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
{{-- --}}
@if(isset($data)) @foreach($data as $key => $item) {{-- --}} @endforeach @endif
الاسم الدولة المدينة عدد الغرف العمليات
{{$item->title}} --}} {{-- {{$item->description}}--}} {{-- {{$item->country->title}} {{$item->city->title}} {{$item->rooms_num}} العمليات
@include('dashboard.includes.footer')
@stop @section('script') {{-- --}} @stop