@extends('layouts.adminapp') @section('title') {{ __('lng.Purchase') }} - {{ __('lng.Create') }} @endsection @section('open_product', 'open') @section('active_product', 'active') @section('active_purchase', 'active') @section('content')

{{ __('lng.Purchase') }}

@csrf
{{ __('lng.CreatePurchase') }}
@error('supplier_id')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
# {{ __('lng.Product') }} {{ __('lng.Cost') }} {{ __('lng.Quantity') }} {{ __('lng.TotalAmount') }} {{ __('lng.Add') }}
1
@error('amount')
{{ $message }}
@enderror
@error('tax_amount')
{{ $message }}
@enderror
@error('total_amount')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection