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

{{ __('Add Purchase') }}

@csrf
# {{ __('Product') }} {{ __('Net Unit Cost') }} {{ __('Current Stock') }} {{ __('Qty') }} {{ __('Discount') }} {{ __('Tax') }} {{ __('Subtotal') }}
{{ __('Order Tax') }} 0.00 (0.00 %)
{{ __('Discount') }} 0.00
{{ __('Shipping') }} 0.00
{{ __('Grand Total') }} 00.00
@endsection