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