@extends('layouts/layoutMaster') @section('title', 'COA') @section('page-style') {{-- @vite('resources/assets/vendor/scss/pages/app-invoice-print.scss') --}} @endsection @section('page-script') {{-- @vite('resources/js/print-invoice.js') --}} @endsection @section('content')
Product Name.: {{ $bom_data->product->name }}
Product Code: {{ $bom_data->product->code }}
Batch No.: {{ $batchOrder->batch_no }}
Batch Size: {{ $batchOrder->batch_size }}
Plot No: {{ $company->billing_address }}
Phone No: {{ $company->phone_no }} | Email: {{ $company->email }}
GST: {{ $company->gst }} | CIN No: {{ $company->cin_no }}
| S.No | Test | Specification | Result |
|---|---|---|---|
| {{ $testings->first()->batchProcess->process_name ?? 'N/A' }} | |||
| {{ $itemIndex++ }} | {{ $testing->batchTest->test_description }} | {{ $testing->batchTest->standards }} | {{ $testing->description }} |
| {{ $testings->first()->bom_process->process_name ?? 'N/A' }} | |||
| {{ $itemIndex++ }} | {{ $testing->test_description }} | N/A | N/A |