@extends('layouts.app') @section('title', __('New Purchase')) @section('content')
@csrf
{{ __('Purchase Items') }}
{{ __('Existing Product') }}{{ __('New Product Name') }}{{ __('Unit') }}{{ __('Qty') }}{{ __('Cost') }}{{ __('Total') }}
{{ __('Select an existing product, or type a new product name. New products are created and stock is received automatically.') }}

{{ __('Total') }}0.00
@endsection @push('scripts')@endpush