@extends('layouts.app') @section('title', 'Orders') @section('style') @endsection @section('content') Orders Marketing Orders รายการใบจ่ายงาน (ORDER) Search: @order_table(\compact('data', 'page')) @endorder_table @endsection @section('script') @stop