@extends('layouts.app_w_nav') @section('content') @php $payment = primery_sale_payments($item->id); @endphp
@csrf
Back Edit Quatation
@if (usertype() == 'admin')
@else @endif
@include('quatation.edit_row')
Sl Code Product Quanity Unit Price Amount Discount Vat/Tax Net Amount Action
Percent (%) Amount Percent (%) Amount
@foreach (paymentinfos($payment['payment_id'], 'sale return') as $info)
@endforeach
@endsection @push('script') @endpush