@extends('layout.app') @section('title', __('purchase_create')) @section('content')
@csrf
{{ __('new_purchase') }}
@foreach ($warehouses as $warehouse) @endforeach
@foreach ($suppliers as $supplier) @endforeach
@error('product_id') {{ $message }} @enderror
@if (feature('barcodes')) @endif @if (feature('product_serial_numbers')) @endif
{{ __('name') }}{{ __('code') }}{{ __('quantity') }} {{ __('batch') }} {{ __('expired_date') }}{{ __('serial_imei_number') }}{{ __('purchase_cost') }} {{ __('tax') }} {{ __('sub_total') }} {{ __('action') }}
@foreach ($taxs as $tax) @endforeach
{{ __('total_item') }}

(0)

{{ __('total_product') }}

0

{{ __('sub_total') }}
{{ $currency->symbol ?? '$' }} 0.00
{{ __('order_tax') }} {{ $currency->symbol ?? '$' }} 0.00
{{ __('order_discount') }} {{ $currency->symbol ?? '$' }} 0.00
{{ __('shipping_cost') }} {{ $currency->symbol ?? '$' }} 0.00
{{ __('grand_total') }} {{ $currency->symbol ?? '$' }} 0.00
@foreach ($paymentMethods as $paymentMethod) @endforeach
@error('paid_amount') {{ $message }} @enderror
@foreach ($accounts as $account) @endforeach
@endsection @push('scripts') @endpush