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