@section('title', 'Uploaded Documents')
@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'])
@push('scripts')
{{$dataTable->scripts(null, ['nonce' => csp_nonce()])}}
@endpush