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

Savings by broker

@csrf
{{----}}
@foreach ($report as $r) @endforeach
Radu Vasi Pete Gelly Arslan Marcel Daniel Total
US CAN US CAN US CAN US CAN US CAN US CAN US CAN US CAN
Total {{number_format($totals->pru,2)}} {{number_format($totals->prc,2)}} {{number_format($totals->pvu,2)}} {{number_format($totals->pvc,2)}} {{number_format($totals->ppu,2)}} {{number_format($totals->ppc,2)}} {{number_format($totals->pgu,2)}} {{number_format($totals->pgc,2)}} {{number_format($totals->pau,2)}} {{number_format($totals->pac,2)}} {{number_format($totals->pmu,2)}} {{number_format($totals->pmc,2)}} {{number_format($totals->pdu,2)}} {{number_format($totals->pdc,2)}} {{number_format(($totals->pru+$totals->pvu+$totals->ppu+$totals->pgu+$totals->pau+$totals->pmu+$totals->pdu),2)}} {{number_format(($totals->prc+$totals->pvc+$totals->ppc+$totals->pgc+$totals->pac+$totals->pmc+$totals->pdc),2)}}
{{$r->week_id}} {{$r->pru}} {{$r->prc}} {{$r->pvu}} {{$r->pvc}} {{$r->ppu}} {{$r->ppc}} {{$r->pgu}} {{$r->pgc}} {{$r->pau}} {{$r->pac}} {{$r->pmu}} {{$r->pmc}} {{$r->pdu}} {{$r->pdc}} {{number_format(($r->pru+$r->pvu+$r->ppu+$r->ppu+$r->pgu+$r->pau+$r->pmu+$r->pdu),2)}} {{number_format(($r->prc+$r->pvc+$r->ppc+$r->ppc+$r->pgc+$r->pac+$r->pmc+$r->pdc),2)}}
@stop @section('css') @stop @section('js') @stop