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