@extends('layouts.app') @section('title', 'New Order') @section('style') @endsection @section('content')

New Order

@csrf

ใบจ่ายงาน (ORDER)

@error('order_no') {{ $message }} @enderror
ลำดับ รายการ บาท  
รวมเป็นเงิน


@endsection @section('script') @stop