@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.head_balances_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.head_balances_report')}} {{__('lang.search_criteria')}} {{ csrf_field() }} {{__('lang.select_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')}} {{__('lang.detail')}} {{__('lang.summary')}} {{__('lang.without_bf')}} {{__('lang.with_bf')}} @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