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