@extends('resource.show') @php $links['back'] = guard_url('address/address'); $links['edit'] = guard_url('address/address') . '/' . $address->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('address::address.title.main') !!} @stop @section('sub.title') {!! __('address::address.title.show') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('address::address.name') !!}
  • {{ __('app.show') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('address::address.partial.show', ['mode' => 'show']) @stop