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