@extends('layouts.panel.base') @section('hotel-active', 'kt-menu__item--active') @section('title', 'Hoteles') @section('content')

Hoteles

Hoteles

@if(Session::has('success')) @endif
{!! $dataTable->table(['class' => 'table table-striped- table-hover']) !!}
@endsection @section('js') {!! $dataTable->scripts() !!} @endsection