@extends('master') @section('page', 'download') @section('content')
@lang('app.download-all')
({{ Upload::humanFilesize($metadata['fullsize']) }} @lang('app.for') {{ count($metadata['files']) }} {{ trans_choice('app.files', count($metadata['files'])) }})
@lang('app.download-all')
({{ Upload::humanFilesize($metadata['fullsize']) }} @lang('app.for') {{ count($metadata['files']) }} {{ trans_choice('app.files', count($metadata['files'])) }})
@lang('app.warning-bundle-expiration', ['date' => $metadata['expires_at_carbon']->diffForHumans()])
@endif @else@lang('app.no-file-in-this-bundle')
@endif @endsection