{{ $download->title }}
{!! Form::smartGroupClose() !!} @if ($download->is_image) {!! Form::smartGroupOpen(null, trans('app.preview')) !!}{{ $download->downloadCat->title }}
{!! Form::smartGroupClose() !!} {!! Form::smartGroupOpen(null, trans('app.size')) !!}{{ $download->file_size }} Bytes
{!! Form::smartGroupClose() !!} {!! Form::smartGroupOpen(null, trans('downloads::download_counter')) !!}{{ $download->access_counter }}
{!! Form::smartGroupClose() !!} {!! Form::smartGroupOpen(null, trans('downloads::traffic')) !!}{{ $download->file_size * $download->access_counter }} Bytes
{!! Form::smartGroupClose() !!} @if ($download->description){!! $download->description !!}
@endif @show {!! Form::actions(['submit' => trans('downloads::perform_download')]) !!} {!! Form::close() !!}