1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00
invoiceninja/resources/views/portal/ninja2020/downloads/index.blade.php
2020-08-19 18:06:26 +02:00

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