@extends('_layout.layout') @section('title') {{$apiUser->firstname}} {{$apiUser->lastname}} Payments @endsection @section('header')
Platform | Type | Amount | Transaction ID | Original Transaction ID | Date | Platform Product ID | Platform Product Name | @if (auth()->user()->role==\App\PlatformUser::ROLE_DEVELOPER)Actions | @endif
---|---|---|---|---|---|---|---|---|
{{\App\Licence::getPlatformName($payment->platform)}} | {{\App\PurchaseRequest::getTypeDescription($payment->type)}} | {{$payment->amount}} | {{$payment->transaction_id}} | {{$payment->original_transaction_id}} | {{$payment->purchase_date}} | {{$payment->product_id}} | {{$payment->product_name}} | @if (auth()->user()->role==\App\PlatformUser::ROLE_DEVELOPER)Check receipt | @endif