{{ __('sidebar.hall_list') }}

{{--
--}}
@if(count($rooms)>0) @foreach($rooms as $room) @endforeach
{{ __('sidebar.hall_number') }} {{ __('sidebar.hall_title') }} Slug {{ __('sidebar.hall_featured') }} {{ __('sidebar.hall_price') }} Photo {{ __('sidebar.hall_status') }} {{ __('sidebar.hall_action') }}
{{$room->id}} {{$room->title}} {{$room->slug}} {{(($room->is_featured==1)? 'Yes': 'No')}} FBU {{$room->price}} /- @if($room->photo) {{ Storage::url($room->photo) }} @else avatar.png @endif @if($room->status=='active') {{$room->status}} @else {{$room->status}} @endif
@csrf @method('delete')
{{$rooms->links()}} @else
No Rooms found!!! Please create Room
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush