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