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