@extends('layouts.layoutapp') @section('content')

Internal Purchase Report

@forelse ($productData as $product) @empty @endforelse
Branch Product Code Product Manufactured Date Qty Unit Cost Total Cost Selling Price Supplier Action
{{ $product['branch_name'] }} {{ $product['product_code'] }} {{ $product['product_name'] }} {{ $product['manufactured_on'] ? \Carbon\Carbon::parse($product['manufactured_on'])->format('d-m-Y') : '' }} {{ $product['quantity'] }} ₹ {{ number_format($product['unit_price'], 2) }} ₹ {{ number_format($product['total_unit_price'], 2) }} ₹ {{ number_format($product['selling_price'], 2) }} Internal
No internal manufacturing records found
@endsection @push('scripts') @endpush