@extends('resource.edit') @php $links['back'] = guard_url('objects/hotel'); $links['form'] = guard_url('objects/hotel') . '/' . $hotel->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('objects::hotel.title.main') !!} @stop @section('sub.title') {!! __('objects::hotel.title.edit') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('objects::hotel.name') !!}
  • {{ __('app.edit') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('objects::hotel.partial.entry', ['mode' => 'edit']) @stop @section('actions')
    @stop