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