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