@extends('library.layout') @section('title') KEMAUS COA @endsection @section('include_script') @endsection @section('include_style') @endsection @section('content')
KEMAUS Certificate of Analysis
@if(count($products) > 0 && $search_txt != "") @foreach ($products as $product)
{{$product->catalogue_number ?? "-"}}
{{$product->name ?? "-"}} Lot Number : {{$product->lot_number ?? "-"}}
@endforeach @elseif ($search_txt != "")
Certificate of Analysis Not Found!
@else
Enter lot number for specific product.
@endif
@endsection @section('script') @endsection