@extends('layout') @section('page_title', $metadata['title'] ?? null) @push('scripts') @endpush @section('content')

@lang('app.preview-bundle')

@lang('app.upload-title')

@lang('app.created-at')

@lang('app.upload-expiry')

@lang('app.files')

@lang('app.fullsize')

@lang('app.current-downloads')

@lang('app.max-downloads')

@lang('app.upload-description')

Files

 
@include('partials.button', [ 'way' => 'right', 'text' => __('app.download-all'), 'icon' => '', 'action' => 'downloadAll' ])
@endsection