@section('title', 'Uploaded Documents') @push('styles') @laravelCommentsLivewireStyles @endpush @section('page-style') @endsection @includeWhen(isset($contract) ,'admin.pages.contracts.header', ['tab' => 'uploaded-documents']) @includeWhen(isset($invoice) ,'admin.pages.invoices.header-top', ['tab' => 'uploaded-documents'])
{{$document->title}}
@push('scripts') {!! $signaturesTable->html()->scripts(null, ['nonce' => csp_nonce()]) !!} {!! $stampsTable->html()->scripts(null, ['nonce' => csp_nonce()]) !!} @laravelCommentsLivewireScripts @endpush