@extends('layouts.app') @section('title', $invoice?->exists ? __('Edit Sale') : __('New Sale')) @section('content')
@csrf @if($invoice?->exists) @method('PUT') @endif
{{ __('Sale Items') }}
{{ __('Search by product name or SKU, click the item, then change quantity if needed.') }}
{{ __('Add New Product') }}
{{ __('Product') }}{{ __('Stock') }}{{ __('Unit') }}{{ __('Qty') }}{{ __('Price') }}{{ __('Total') }}
exists) readonly @endif>
{{ __('Subtotal') }}0.00
{{ __('Previous Balance') }}0.00
{{ __('Total Outstanding Before Payment') }}0.00
@endsection @push('scripts') @endpush