@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
CPS transactions with FPC1 !=0 Export
{{count($statements)}} transactions @foreach($statements as $s) @endforeach
CPS report Auth# Invoice# Date Volume Location FP Location ID Location Retail price FPC1 Direct billing
@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}}
@stop