@extends('layouts.app') @section('title', trans('menu.document_and_protocol')) @section('plugin-styles') @php $u = request()->user();@endphp {{-- --}} @stop @section('content')
@include('organizationaldocument::manager.top-bar')
@include('organizationaldocument::manager.modals') @stop @section('footer-script') @include("organizationaldocument::manager.document-script", ['userData' => auth()->user()]) {{-- Use the line below instead of the above if you need to cache the script. --}} @stop