@extends('layouts.admin') @section('title', 'Download assets — '.config('app.name')) @section('page_title', 'Download assets') @section('breadcrumbs')
Upload a new file, or register a path that is already in the downloads folder.
| Name | Path | Category | Groups | Size | Status |
|---|---|---|---|---|---|
| {{ $asset->displayName() }} | {{ $asset->relative_path }} |
{{ $asset->category ?: '—' }} | {{ $asset->groups->pluck('name')->join(', ') ?: '—' }} | {{ $asset->humanSize() ?: '—' }} | @if (! $asset->is_active) Inactive @elseif ($asset->is_internal) Internal @else Active @endif |
No assets. Import with systronics:import-legacy --only=downloads. | |||||