@extends('layouts.panel.base') @section('hotel-active', 'kt-menu__item--active') @section('title', 'Agregar Detaalles del Hotel') @section('content')

Agregar Detalle

{!! Form::open(['route' => ['panel.hotels.detail.save', encrypt($hotel->id)], 'method' => 'POST', 'class'=>"kt-form", 'id' => 'hotel_form']) !!} {{ csrf_field() }} @if(count($errors) > 0) @endif @if (Session::has('error')) @endif
{!! Form::close(); !!}
@endsection @section('js') @endsection