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