@extends($activeTemplate . 'layouts.master') @section('content')
{{ __($pageTitle) }}
@if ($downloadedItems->count() == 0) @else
@foreach ($downloadedItems as $downloadedItem) @endforeach
@lang('Product | Date') @lang('License') @lang('Action')
@if (@$downloadedItem)
{{ __(strLimit(@$downloadedItem->title, 20)) }} {{ showDateTime($downloadedItem->created_at) }}
@endif
@lang('Free')
@lang('Download')
@if ($downloadedItems->hasPages()) @endif @endif
@endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush