@extends('layouts.app') @section('title', 'Update Payment Voucher') @section('style') @endsection @section('content')

Update Payment Voucher

@csrf

ใบสำคัญจ่าย (Payment Voucher)

{{ $voucher->voucher_no }}
{{ $voucher->order_no }}
@display_thai_date($voucher->survey_date)
ลำดับ รายการ จำนวนเงิน (บาท)  
รวมเป็นเงิน
ยอด 60%
ยอด 40%

@endsection @section('script') @stop