@extends('adminlte::page') @section('content')
Date | Store | City | State | Location | OPIS Rack id | Retail price | Our price | Our savings | Our price+ 05 | Our price+ 07 | Our price+ 10 | @foreach($report as $r)
---|---|---|---|---|---|---|---|---|---|---|---|
{{$r->effective_date}} | {{$r->store}} | {{$r->city}} | {{$r->state}} | @if(isset($r->info->location)) {{$r->info->location}} @endif | {{$r->rack_id}} | {{$r->retail_price}} | {{$r->best_discount}} | {{$r->retail_price-$r->best_discount}} | {{$r->best_discount+0.05}} | {{$r->best_discount+0.07}} | {{$r->best_discount+0.10}} |