@extends('resource.show') @php $links['back'] = guard_url('document/document'); $links['edit'] = guard_url('document/document') . '/' . $document->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('document::document.title.main') !!} @stop @section('sub.title') {!! __('document::document.title.show') !!} @stop @section('breadcrumb')