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

Orders

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

@order_table(\compact('data', 'page')) @endorder_table
@endsection @section('script') @stop