@extends('layouts.header') @section('content')

Invoice Report

Invoice Report

@if($cachesearch->log == 1) @endif @foreach($serverorder as $v) @if($cachesearch->log == 1) @endif @endforeach
ID User Name Created Date Date Paid Total Amount StatusLogView
{{$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($v->paypal_transaction)
{{$v->paypal_transaction->paypal_post_vars }}
@endif
View
Count {{$count}} {{$credit}}
@endsection