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