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