@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.documents')) @section('header') @if($client->getSetting('client_portal_enable_uploads')) @component('portal.ninja2020.upload.index') @endcomponent @endif @vite('resources/js/clients/shared/multiple-downloads.js') @endsection @section('body')
@csrf
@livewire('documents-table', ['client_id' => $client->id, 'db' => $company->db]) @endsection