@extends('layouts.app') {{--Important Variables--}} @section('title') Bank Balance Report @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.bank')}} Balance Search Criteria {{-- {{ csrf_field() }} --}} Select Project ALL PROJECTS @foreach (App\Models\Branch::userProjects()->get() as $term) id == $params['branch']) selected @endif value="{{ $term->id }}">{{ $term->name }} @endforeach Project Voucher Type Sales Voucher Payment Voucher Receipt Voucher Journal Voucher Opening Balance Refund Computation Voucher Type Select Bank @foreach (App\Models\IncomeExpenseHead::bankdetail()->get() as $term) {{ $term->name }} @endforeach {{__('lang.bank')}} {{-- Detailed Summary --}} @if (userAllowedUnofficial()) {{__('lang.all')}} {{__('lang.official')}} {{__('lang.unofficial')}} {{__('lang.official_unofficial')}} @endif Clear @stop @push('include-css') @endpush @push('include-js') @endpush