@extends('layouts.app') @section('title', $purchase?->exists ? __('Edit Purchase') : __('New Purchase')) @section('content')
@csrf @if($purchase?->exists) @method('PUT') @endif
{{ __('Purchase Items') }}
{{ __('Choose existing products or type a new product name. Stock is updated automatically.') }}
{{ __('Existing Product') }}{{ __('New Product Name') }}{{ __('Unit') }}{{ __('Qty') }}{{ __('1 Unit = Base Qty') }}{{ __('Cost') }}{{ __('Total') }}
{{ __('For a new product, leave existing product empty and write the new product name.') }}

{{ __('Previous Supplier Invoice Balance') }}0.00
{{ __('Total') }}0.00
@endsection @push('scripts') @endpush