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