@extends('layouts.authenticated')
@section('title','Orders')
@section('action','active')
@section('style')
@endsection
@section('content')
Order Number |
Entity ID |
Customer Name |
|
Order Created Date |
Last Updated Date |
Processing |
@endsection
@section('customjs')
@endsection