@extends('admin.layouts.master-soyuz')
@section('title','Inhouse Order Reports |')
@section('stylesheet')
@endsection
@section('body')
@component('admin.component.breadcumb',['secondaryactive' => 'active'])
@section('body')
@slot('heading')
{{ __('Offline Billing') }}
@endslot
@slot('menu1')
{{ __('Reports') }}
@endslot
@slot('button')
@endslot
@endcomponent
# |
{{ __('Invoice Date') }} |
{{ __('Order ID') }} |
{{ __('TXN. ID') }} |
{{ __('Customer details') }} |
{{ __('Subtotal') }} |
{{ __('Total tax') }} |
{{ __('Total shipping') }} |
{{ __('Grand total') }} |
| |
|
|
|
|
|
|
|
@endsection
@section('custom-script')
@endsection