{{-- @livewire('documents.documents-table', ['restrict' => ['folder_id' => 6]]) --}}
!$showFullManager, 'nk-fmg nk-fmg-boxed tw-bg-blue-gray-50'])> @include('livewire.documents._sidebar')
{{--
! $showFullManager, 'd-lg-flex' => $showFullManager])> --}}
    @if($this->showDocumentsUploadButton)
  • Téléverser
  • @if($this->showProjectImport)
  • @livewire('projects.project-imports-dropdown', [ 'projectHashId' => $this->project?->hash_id, 'clientHashId' => ! $this->project && $this->model instanceof \App\Models\Client ? $this->model->hash_id : null, ])
  • @endif @endif @if(! auth()->user()->is_client)
  • @endif
@include('livewire.documents._folder-nav') @if($currentFolder->exists)
@svg('folder')
{{ $currentFolder->name }}
@if(auth()->user()->is_any_jurist && ! $this->is_shared) @endif @if(auth()->user()->can('projects.documents.add') && $this->showDocumentsUploadButton && ! $currentFolder->svg_icon) @endif @if($this->has_required_documents && ! $this->is_shared && ! auth()->user()->is_client) @endif
Chargement...
@if($this->selected_files_ids)
Documents sélectionés : {{ count($this->selected_files_ids) }} @if(count($this->selected_files_ids) > 1 && $modelType !== 'Company') @endif
@elseif(! $currentFolder->has_generated_files && $currentFolder->files->count() > 1 && $modelType !== 'Company') @endif @if($currentFolder->has_generated_files && ! auth()->user()->is_client)
@if(! auth()->user()->is_external && ! auth()->user()->is_client) @endif @if($this->can_generate_notary_invoice) @endif
@endif
{{-- @if(! $showFullManager) @endif --}} {{-- --}}
    !$showFullManager])>
@if($this->has_required_documents) @livewire('documents.client-documents-selection', ['projectId' => data_get($this->config, 'project_id'), 'selectedFolder' => $currentFolder->name], key(uniqid()) ) @endif
Nom
Dernière importation
@if($currentFolder->is_conventions_folder && !auth()->user()->is_external && !auth()->user()->is_client)
Statut
@endif @if($modelType === 'Company')
Date du document
Validité du document
Statut complétude
Statut conformité
@endif
Actions
@foreach($this->files as $index => $file) @if($file instanceof \Illuminate\Support\Collection) @foreach($file as $index => $f) @include('livewire.documents._file-card', ['file' => $f]) @endforeach
@else @include('livewire.documents._file-card') @endif @endforeach
@endif
@if(auth()->user()->can('projects.documents.add') && $currentFolder->exists && $this->available_folders->count()) @include('livewire.documents._file-upload-modal') @endif