@extends('layouts.app') {{-- Important Variables --}} @section('title') 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("admin.components.input.date",[ "name" => "to", "label"=> __('lang.upto'), "id"=> "bs_datepicker_range_container1", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-12 col-xs-12", ])
@if (userAllowedUnofficial())
@endif
@include('admin.partials.module_type_select')
@stop @push('include-css') @endpush @push('include-js') @endpush