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