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