@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
CPS report | Auth# | Invoice# | Date | Volume | Location | FP Location | ID Location | Retail price | FPC1 | Direct billing | @foreach($statements as $s)
---|---|---|---|---|---|---|---|---|---|---|
@if($s->id!='') View report @endif | @if(isset($s->lovesStatement()->authorisation_no)){{$s->lovesStatement()->authorisation_no}}@endif | {{$s->invoice}} | {{$s->date}} | {{$s->volume}} | {{$s->merchant}} | @if(isset($s->lovesStatement()->authorisation_no)) {{$s->lovesStatement()->location}},{{$s->lovesStatement()->state}}@else - @endif | @if($s->indirectBilling->count()>0){{$s->indirectBilling->count()}}) {{$s->indirectBilling->first()->location}},{{$s->indirectBilling->first()->state}}@else - @endif | {{$s->ttp2+$s->total_disctount}} | {{$s->fpc1()}} | {{$s->direct_billing}} |