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