@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')
Raw Material Certificate of Analysis of {{ strtoupper($bom_data->product->name) }}

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 }}


@php $itemIndex = 1; // dd($BatchOrderTesting) @endphp @if($BatchOrderTesting->isNotEmpty()) @foreach ($BatchOrderTesting as $processId => $testings) @foreach ($testings as $index => $testing) @endforeach @endforeach @else @foreach ($bom_testings as $processId => $testings) @foreach ($testings as $index => $testing) @endforeach @endforeach @endif
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

Note: It was a pleasure working with you and your team. We hope you will keep us in mind for future freelance projects. Thank You!
@endsection