{{ trans('menu.message-empty') }}
@extends('layouts.app') @section('title', trans('menu.document_and_protocol')) @section('plugin-styles') @php $u = request()->user();@endphp @stop @section('content') @include('layouts.partials.single-page-header', [ 'menu' => [ 'image' => asset('images/side-bar-icon/documenten_&_protocollen_orange.svg'), 'links' => [ [ 'route' => route("organizational-documents.index"), 'text' => trans('menu.document_and_protocol') ] ] ]])
@stop @section('footer-script') @include("organizationaldocument::manager.script") {{-- Use the line below instead of the above if you need to cache the script. --}} @stop