@extends('adminlte::page') @section('content')
Date | Store | City | State | Rack id | Retail price | Location | Savings | @foreach($report as $r)
---|---|---|---|---|---|---|---|
{{$r->effective_date}} | {{$r->store}} | {{$r->city}} | {{$r->state}} | {{$r->rack_id}} | {{$r->retail_price}} | @if($r->info!=null){{$r->info->location}} @endif | {{$r->savings}} |