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