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