@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')