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