@extends('adminlte::page') @section('content')

Unlinked CPS {{$fuel_provider}} Export

{{$cps->count()}} unlinked transactions

@foreach($cps as $report) @endforeach
Auth# Invoice Date Fuel provider Country Driver Unit Merchant ID Merchant Volume Price Discount Retail Total TTP2 Direct billing
@if($report->auth_code!=null){{$report->auth_code}}@else View @endif {{$report->invoice}} {{$report->date}} {{$report->fuel_provider}} {{$report->us_can}} {{$report->driver}} {{$report->unit}} {{$report->merchant_id}} {{$report->merchant}} {{$report->volume}} {{$report->price}} {{$report->discount}} {{$report->total}} {{$report->ttp2}} {{$report->direct_billing}}
@stop