@extends('layouts.modals.modal-base.index') {{-- @section('title', 'View WholeSale Request') --}} @section('modal-class', 'modal-lg') @section('content')
Title | Quantity | Unit Price | Price |
---|---|---|---|
" . $wr->productVariant->product->title . " | " . $wr->quantity . " | " . $wr->price . " | " . $wr->price * $wr->quantity . " |
Total: {{ $total }}€ |