@extends('resource.show') @php $links['back'] = guard_url('restaurant/addon'); $links['edit'] = guard_url('restaurant/addon') . '/' . $addon->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('restaurant::addon.title.main') !!} @stop @section('sub.title') {!! __('restaurant::addon.title.show') !!} @stop @section('breadcrumb')