@extends('procurement::layouts.master') @section('title',$project->name) @section('content')
{{ $project->code ?? '—' }}| Run | Target Qty | Status | Target COGS | Sell Price |
|---|---|---|---|---|
| {{ $run->run_number }} | {{ $run->target_qty }} | {{ ucfirst(str_replace('_',' ',$run->status)) }} | ${{ number_format($run->target_cogs,2) }} | ${{ number_format($run->sell_price,2) }} |
| No runs yet | ||||