@extends('layouts.adminLayout.admin_design')
@section('content')
{{ __('lbl.id') }} |
{{ __('lbl.store') }} |
{{ __('lbl.order_total_items') }} |
{{ __('lbl.order_total') }} |
{{ __('lbl.order_sub_total') }} |
{{ __('lbl.tax_amount') }} |
{{ __('lbl.order_payment_type') }} |
{{ __('lbl.status') }} |
{{ __('lbl.created_at') }} |
{{ __('lbl.action') }} |
{{Form::hidden('myOrderList',route('orderlist').'?cId='.$customerId,['id'=>'myOrderList'])}}
@endsection
@section('pagescript')
{!! Helper::datatablelib('customers/order_list.js') !!}
@stop