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