@extends('layouts.layoutapp') @section('content')
Purchase Product
@csrf
Name:
Product Code:
Selling Price / Unit:
Margin Price / Unit:
Category:
{{ $product->category->name }}
Supplier:
Select Supplier
@foreach ($suppliers as $supplier)
id ? 'selected' : '' }}> {{ $supplier->supplier_name }}
@endforeach
Description:
HSN Code:
Quantity:
Products Image:
Payment Details
Total Amount:
Payment Date
UPI
Cash
Online
@endsection @push('scripts') @endpush