@extends('adminlte::page') @section('content')
| Country | Date | Site | City | Prov/State | Rack id | Rack city | Retail price | Your price | Savings | Our price + .05 | Our price + .07 | Our price + .10 | @foreach($report as $r)
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$r->country}} | {{$r->date}} | {{$r->site}} | {{$r->city}} | {{$r->state}} | {{$r->rack_id}} | {{$r->rack_city}} | {{$r->retail_price}} | {{$r->your_price}} | {{$r->savings_total}} | {{$r->your_price+0.05}} | {{$r->your_price+0.07}} | {{$r->your_price+0.10}} |