@extends('adminlte::page') @section('title', 'Dashboard') @section('content')
QB Driver Verification
@foreach ($data as $cps) @if ($cps['qb'] != null || $cps['cps']['ttp2'] != null) @endif @endforeach
Carrier name Currency Week ID Week Date QB Date QB Value App Data Difference Payment note Edit
- {{ $cps['cps']->us_can }} {{ $cps['cps']->week_id }} @if ($cps['cps']->date != '') {{ $cps['cps']->date->format('m/d/Y') }} @endif @if ($cps['qb']!='' && $cps['qb']->date != '') {{ Carbon\Carbon::createFromFormat('Y-m-d', $cps['qb']->date)->format('m/d/Y') }} @endif @if (isset($cps['qb']->amount)) {{ number_format($cps['qb']->amount, 2) }} @else - @endif {{ number_format($cps['cps']->ttp2, 2) }} @if(isset($cps['qb']['amount'])) {{ number_format($cps['cps']->ttp2 - $cps['qb']['amount'], 2)}} @else {{ number_format($cps['cps']->ttp2,2)}} @endif @if($cps['qb']!=null){{ $cps['qb']['note'] }} @endif @if ($cps['qb'] != '')Edit @endif
@stop