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