@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() }} {{-- {{__('lang.select_project')}} --}} {{-- {{__('lang.all_project')}} --}} @if (App\Models\Branch::userProjects()->get()->count() > 0) @foreach (App\Models\Common::userProjectsModuleWise() as $Branch) {{ $Branch->name }} @endforeach @endif {{__('lang.project')}} {{__('lang.select_group_name')}} @if (App\Models\IncomeExpenseGroup::all()->count() > 0) @foreach (App\Models\IncomeExpenseGroup::all() as $group) {{ $group->name }} @endforeach @endif {{__('lang.group_name')}} {{__('lang.please_select')}} {{-- @if (App\Models\IncomeExpenseType::all()->count() > 0) @foreach (App\Models\IncomeExpenseType::all() as $group) {{ $group->name }} @endforeach @endif --}} {{__('lang.sub_group')}} {{-- It is not using anywhere --}} {{__('lang.detail')}} {{__('lang.summary')}} - {{__('lang.without_bf')}} {{__('lang.with_bf')}} {{__('lang.select_sub_group')}} @foreach( App\Models\IncomeExpenseType::get() as $sub_group ) {{ $sub_group->group_code }}.{{ $sub_group->code }} {{ $sub_group->name }} @endforeach {{__('lang.custom_summary_subgroup')}} {{__('lang.with_zero_transaction')}} {{__('lang.without_zero_transaction')}} @include('admin.partials.module_type_select') @if (userAllowedUnofficial()) {{__('lang.combine')}} {{__('lang.separate')}} {{__('lang.official')}} {{__('lang.unofficial')}} {{__('lang.official_unofficial')}} @endif {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush