@extends('admin.layouts.app') @section('breadcrumb') @endsection @section('css') @endsection @section('content')

{{$titulo}}

@foreach($hoteles as $key) @endforeach
# Hotel
{{$i++}} {{$key->hotel->nombre}}
@endsection @section('script') @endsection