@extends('admin.layout.master') @section('content')

Amazon Inventory/Pricing Update Log Data - #{{ $id }}

@foreach ($amazon_update_product_data as $u) @endforeach
No. Product Code Old Quantity Old Price New Quantity New Price Created Date
{{ $loop->index+1}} {{ $u->product_code }} {{ $u->old_quantity }} {{ $u->old_price }} {{ $u->new_quantity }} {{ $u->new_price }} {{ date('n/d/Y g:i A',strtotime($u->created_at)) }}
@endsection