@extends('front.tendra.user.master') @section('user_page')
{{ __('Ref') }} {{ $transaction->reference_id }}
{{ $transaction->status }}
|
{{ $transaction->created_at }}
|
{{ __('Items') }} | |
{{ $item->name }}
|
@if(!isset($item->license))
{{ __("Download") }}
@else
{{ __("Download") }}
|