@extends('admin.layouts.master-soyuz')
@section('title',__('Inhouse Orders | '))
@section('body')
@include('admin.layouts.topbar',$data)
{!! $orderchart->container() !!}
| # |
{{ __('Order ID') }} |
{{ __('Customer') }} |
{{ __('TXN. ID') }} |
{{ __('Payment Method') }} |
{{ __('Order Status') }} |
{{ __('Payment Details') }} |
{{ __('Placed at') }} |
{{ __('Updated at') }} |
{{ __('Action') }} |
@endsection
@section('custom-script')
{!! $orderchart->script() !!}
@endsection