@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')
{{__("Back")}}
@endslot @endcomponent

{{__('Offline Order Reports') }}


# {{ __('Invoice Date') }} {{ __('Order ID') }} {{ __('TXN. ID') }} {{ __('Customer details') }} {{ __('Subtotal') }} {{ __('Total tax') }} {{ __('Total shipping') }} {{ __('Grand total') }}
@endsection @section('custom-script') @endsection