@extends('dashboard.v1.index') @section('title', __('all.hotels')) @section('content')

{{__('all.hotels')}}

{{__('all.all_hotels')}}

@foreach($rows as $row) @endforeach
# {{__('all.name')}} {{__('all.country')}} {{__('all.city')}} {{__('all.category')}} {{__('all.actions')}}
{{$i}} {{$row->name}} {{$row->country->name}} {{$row->city->name}} {{$row->category?->name}}
@stop