mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
12 lines
322 B
PHP
12 lines
322 B
PHP
@extends('portal.ninja2020.layout.app')
|
|
@section('meta_title', ctrans('texts.downloads'))
|
|
|
|
@section('header')
|
|
@if($client->getSetting('client_portal_enable_uploads'))
|
|
@component('portal.ninja2020.upload.index') @endcomponent
|
|
@endif
|
|
@endsection
|
|
|
|
@section('body')
|
|
@livewire('downloads-table')
|
|
@endsection |