@extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.financial_statement_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.financial_statement')}} {{__('lang.search_criteria')}} {{-- {{ csrf_field() }} --}} {{__('lang.select_project')}} {{__('lang.all_project')}} @foreach (App\Models\Common::userProjectsModuleWise() as $term) id == $params['branch']) selected @endif value="{{ $term->id }}">{{ $term->name }} @endforeach {{__('lang.project')}} @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_container", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-12 col-xs-12", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_container1", "value"=> "", "class"=> "", "col"=> "col-lg-4 col-md-4 col-sm-12 col-xs-12", ]) {{-- --}} {{__('lang.with_group')}} {{__('lang.without_group')}} {{__('lang.detailed')}} {{__('lang.summary')}} {{__('lang.select_status')}} {{__('lang.all')}} {{__('lang.received')}} {{__('lang.paid')}} {{-- --}} {{-- --}} {{__('lang.select_payment_type')}} {{__('lang.cash')}} {{__('lang.bank')}} {{__('lang.online_transfer')}} {{__('lang.other')}} {{__('lang.without_discount')}} {{__('lang.show_jv')}} {{-- --}} {{__('lang.clear')}} @stop @push('include-css') @endpush @push('include-js') @endpush