@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.trial_balance_sell_wise')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{ __('lang.trial_balance_sell_wise') }}

{{__('lang.search_criteria')}}


{{ csrf_field() }}
{{-- It is not using anywhere --}}
@include('admin.partials.module_type_select')
@if (userAllowedUnofficial())
@endif
@stop @push('include-css') @endpush @push('include-js') @endpush