Euro Price Forex Rate
{{ $products->euro_price }} {{ $products->forex_rate }}
@foreach ($products as $product) @endforeach
# Make Model Qty IMEI Qty Purchase Price Type Price Unit Price IMEI
{{ $loop->iteration }} {{ $product->product->company->name }} {{ $product->product->name }} {{ $product->quantity }} {{ $product->imei_quantity }} {{ $product->purchase->purchase_price_type }} {{ $product->price }} {{ round($product->price/$product->quantity, 2) }} @if ($product->imei_quantity < 1) Not Uploaded @else @endif
{{ $products->links() }}