@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')