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