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