@extends('admin.layouts.master-soyuz')
@section('title',__('Inhouse Orders | '))
@component('admin.component.breadcumb',['secondaryactive' => 'active'])
@section('body')
@slot('heading')
{{ __('Inhouse Orders') }}
@endslot
@slot('menu1')
{{ __('Inhouse Orders') }}
@endslot
@slot('button')
@endslot
@endcomponent
{!! $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