@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 @endsection @section('body')
@csrf
@livewire('documents-table', ['client' => $client, 'company' => $company]) @endsection