@extends('layouts.dashboard_2') @section('title', 'الغرف') @section('style') @endsection @section('content')
@if(isset($hotel))

daily البرامج inside ({{$hotel->title}})

@else

Rooms

@endif
@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
{{-- @if(isset($hotel))--}} {{-- @else--}}
{{-- --}}
{{-- @endif--}}
@if(isset($data)) @foreach($data as $key => $item) @endforeach @endif
Title Operation
{{$item->title}} operations
@include('dashboard.includes.footer')
@stop @section('script') {{-- --}} {{-- --}} @stop