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