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