@extends('layouts.header') @section('content')
| ID | User Name | Created Date | Date Paid | Total Amount | Status | @if($cachesearch->log == 1)Log | @endifView | @foreach($serverorder as $v)
|---|---|---|---|---|---|---|---|
| {{$v->id}} | @if($v->user){{$v->user->user_name}}@endif | {{CUtil::convertDate($v->date_added, 'd-m-Y h:i a') }} | {{CUtil::convertDate($v->date_paid, 'd-m-Y h:i a') }} | {{$v->invoice_amount}} {{$v->currency}} | {{$v->invoice_status}} {{ isset($v->payment) ? $v->payment->gateway_label : '' }} {{$v->payment_gateway_receiver}} {{$v->payment_gateway_ref_id}} |
@if($cachesearch->log == 1)
@if($v->paypal_transaction)
{{$v->paypal_transaction->paypal_post_vars }}
@endif |
@endif
View |
| Count | {{$count}} | {{$credit}} |