{!! HTML::fontIcon('chevron-left') !!} {{ trans_object('downloads') }} - {{ $download->downloadCat->title }}

{!! Form::open(['url' => 'downloads/perform/'.$download->id]) !!} @section('downloads-download-details') {!! Form::smartGroupOpen(null, trans('app.file')) !!}

{{ $download->title }}

{!! Form::smartGroupClose() !!} @if ($download->is_image) {!! Form::smartGroupOpen(null, trans('app.preview')) !!} {{ trans('app.preview') }} {!! Form::smartGroupClose() !!} @endif {!! Form::smartGroupOpen(null, trans('app.category')) !!}

{{ $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() !!}
{!! Comments::show('downloads', $download->id) !!}