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