@extends($activeTemplate . 'layouts.master') @section('content')
{{ __($pageTitle) }}
@if ($purchasedItems->count() == 0) @else @foreach ($purchasedItems as $purchasedItem) @endforeach
@lang('Product | Date') @lang('Purchase Code') @lang('License') @lang('Action')
@if (@$purchasedItem->product)
{{ __(strLimit(@$purchasedItem->product->title, 20)) }} {{ showDateTime($purchasedItem->created_at) }}
@endif
{{ $purchasedItem->purchase_code }} @php echo $purchasedItem->licenseBadge; @endphp
@if ($purchasedItems->hasPages()) @endif @endif
{{-- REFUND MODAL --}} @endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush