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