@extends('resource.show') @php $links['back'] = guard_url('object/hotel'); $links['edit'] = guard_url('object/hotel') . '/' . $hotel->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('object::hotel.title.main') !!} @stop @section('sub.title') {!! __('object::hotel.title.show') !!} @stop @section('breadcrumb')