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

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

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


{{ csrf_field() }}
{{-- It is not using anywhere --}}
@include('layouts.components.date_field', [ 'col' => 2, "name" => "from", "parent_class" => "from-div dis-none", "label" => __('lang.from'), ]) @include('layouts.components.date_field', [ 'col' => 4, "name" => "to", "parent_class" => "to-div", "label" => __('lang.upto'), ])
@include('admin.partials.module_type_select')
@if (userAllowedUnofficial())
@endif
@stop @push('include-css') @endpush @push('include-js') @endpush