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