@foreach($product->categories as $category)
{!! $category->name !!}
@endforeach
Branch |
On Hand |
Committed |
Last Bin Location |
@foreach($branches as $branch)
{{ $branch->name }} |
{{ $product->getAvailableForSale($branch->id) }} |
{{ $product->getCommittedUnits($branch->id) }} |
{{ $product->getLastBinLocation($branch->bo_default_warehouse)?->bin_code }} |
@endforeach
Branch |
Class |
Volatility |
Previous Class |
Previous Volatility |
Last updated |
@foreach($product->abcXyzs as $abcXyz)
{{ $abcXyz->branch->name }} |
{{ $abcXyz->current_class }} |
{{ $abcXyz->volatility }} |
{{ $abcXyz->previous_class }} |
{{ $abcXyz->previous_volatility }} |
{{ $abcXyz->updated_at }} |
@endforeach
{{ csrf_field() }}