mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-01-07 05:14:45 -05:00
10 lines
245 B
PHP
10 lines
245 B
PHP
@extends('portal.ninja2020.layout.app')
|
|
@section('meta_title', ctrans('texts.downloads'))
|
|
|
|
@section('header')
|
|
@component('portal.ninja2020.upload.index')@endcomponent
|
|
@endsection
|
|
|
|
@section('body')
|
|
@livewire('downloads-table')
|
|
@endsection |