@extends('layouts.app') @section('content')
BOM: {{$name}}
@csrf
Select Material *
Unit Quantity *
@csrf
Outlet
Make Product & service inactive at selected outlets
BILL OF MATERIAL
@foreach($p_comp as $comp) @endforeach
Item Name Unit Cost Action
{{$comp->product_name}} {{(float)$comp->unit_measure}} {{empty($app->currency) ? "GHS" : $app->currency}}@convert($comp->cost)
Estimated Cost: {{empty($app->currency) ? "GHS" : $app->currency}} @convert($estimated_cost) Profit(%): @convert((($products->UnitPrice-$estimated_cost)/$products->UnitPrice)*100)%
MAKE CHANGES: {{@strtoupper($name)}}
@csrf
Product Name*
Unit Price *
Category
Brand
Product Code*
Barcode
Description
Product Image
@endsection