@lang('License Details')
  • @lang('Purchase Code'): {{ $orderItem->purchase_code }}
  • @lang('Product Name'): {{ __($orderItem->product->title) }}
  • @lang('Buyer Name'): {{ __($orderItem->buyer->fullname) }}
  • @lang('Buyer Email'): {{ $orderItem->buyer->email }}
  • @lang('Quantity'): {{ $orderItem->quantity }}
  • @lang('License Type'): {{ $orderItem->license == Status::PERSONAL_LICENSE ? 'Personal' : 'Commercial' }}
  • @lang('Price'): {{ gs('cur_sym') . showAmount($orderItem->product_price, currencyFormat: false) }}
  • @lang('Purchased At'): {{ showDateTime($orderItem->created_at) }}