@extends('resource.show') @php $links['back'] = guard_url('brand/brands'); $links['edit'] = guard_url('brand/brands') . '/' . $brands->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('brand::brands.title.main') !!} @stop @section('sub.title') {!! __('brand::brands.title.show') !!} @stop @section('breadcrumb')