@extends('layouts.app') @section('title', 'ISO-Upload') @section('heading', 'Eigene ISO hochladen') @section('content')

Max. {{ config('hosting.iso_upload.max_per_customer') }} ISO, {{ config('hosting.iso_upload.max_size_mb') }} MB, {{ config('hosting.iso_upload.retention_hours') }}h Aufbewahrung.

@csrf

Aktive Uploads

@endsection