@extends('layouts.form') @section('title', trans('menu.dcnote_' . $note_type)) @section('action', route('dcnote.save')) @section('content_form')
ลบ รายละเอียด จำนวน หน่วยละ จำนวนเงิน
@{{ item.total }}
รวม @{{ table_subtotal }}
หักส่วนลด
จำนวนเงินหลังหักส่วนลด @{{ table_total }}
มูลค่าตามใบกำกับภาษี @{{ order_total }}
มูลค่าที่ถูกต้อง @{{ sub_total }}
ผลต่าง @{{ diff_total }}
ภาษีมูลค่าเพิ่ม
รวมทั้งสิ้น @{{ table_total_inc_vat }}
{!! form_hidden('id', $d->id) !!} {!! form_hidden('note_type', $d->note_type) !!} {!! form_hidden('order_id', $d->order_id) !!}
@endsection @push('scripts') @endpush