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