@if (count($yearEndPendingBranchIds)>0)

There are

{{count($yearEndPendingBranchIds)}} branche's

year closing pending!!


@php $pendingBrances = DB::table('gnr_branch') ->whereIn('id',$yearEndPendingBranchIds) ->orderBy('branchCode') ->select(DB::raw("CONCAT(LPAD(branchCode, 3, 0), ' - ', name) AS nameWithCode")) ->get(); @endphp @endif
{{$reportHeader['companyName']}}
{{$reportHeader['address']}}
{{'Reporting '.$reportHeader['reportingLevel'].' & Code: '.$reportHeader['xyzName']}}
Ratio Analysis Statement
{{-- report info div --}} @php use Carbon\Carbon; $reportDate = Carbon::parse($filDate)->format('F,Y'); $printDate = Carbon::now()->format('d-m-Y'); @endphp
Reporting Month : {{$reportDate}} Print Date : {{$printDate}}
{{-- end report info div --}}
@php $sl = 0; $up = 1; @endphp @foreach ($ratioAnalysisCategories as $category) @php $thisComponents = $ratioAnalysisComponents->where('categoryIdFk',$category->id); @endphp @foreach ($thisComponents as $component) {{-- @if ($sl == 0) --}} @if ($reportType == 'details') @foreach ($initials[$component->id]['details'] as $itemName=>$item) @foreach ($item as $value) @endforeach @endforeach @endif {{-- @endif --}} {{-- @if ($component->standardIndicator==1) @else @endif @if ($currentFiscalYear!=null) @else @endif @if ($previous1stFiscalYear!=null) @else @endif @if ($previous2ndFiscalYear!=null) @else @endif --}} @php $sl++; @endphp @endforeach {{-- end components --}} @endforeach {{-- end category --}}
SL# Particulars রেশিও সমূহ Formula Standard Month wise Financial Status of last 3 months Year wise Financial Status of last 3 years
{{ $reportingDate->format('F Y') }} {{ $previous1stMonth->format('F Y') }} {{ $previous2ndMonth->format('F Y') }} {{ 'FY '.@$currentFiscalYear->name }} {{ 'FY '.@$previous1stFiscalYear->name }} {{ 'FY '.@$previous2ndFiscalYear->name }}
{{ $category->title.' ('. $category->tilteBangla.')' }}
{{$sl+1}} {{$initials[$component->id]['name']}} {{$initials[$component->id]['nameBangla']}} {{$initials[$component->id]['formula']}} {{$initials[$component->id]['standardRateText']}} {{$initials[$component->id]['standardIndicator']}} {{isset($initials[$component->id]['currMonth']['ratio']) ? $initials[$component->id]['currMonth']['ratio'] : ""}} {{isset($initials[$component->id]['pre1Month']['ratio']) ? $initials[$component->id]['pre1Month']['ratio'] : ""}} {{isset($initials[$component->id]['pre2Month']['ratio']) ? $initials[$component->id]['pre2Month']['ratio'] : ""}} {{isset($initials[$component->id]['currFy']['ratio']) ? $initials[$component->id]['currFy']['ratio'] : ""}} {{isset($initials[$component->id]['pre1Fy']['ratio']) ? $initials[$component->id]['pre1Fy']['ratio'] : ""}} {{isset($initials[$component->id]['pre2Fy']['ratio']) ? $initials[$component->id]['pre2Fy']['ratio'] : ""}}
{{$itemName}}{{$value['value']}}
{{ $sl+1 }} {{ $component->name }} {{ $component->nameBangla }} {{ $component->standardRateText }}(≥ ↑)(≤ ↓){{ $currMonth[$sl] }} {{ $pre1stMonth[$sl] }} {{ $pre2ndMonth[$sl] }}{{ $currFY[$sl] }}{{ $pre1stFY[$sl] }}{{ $pre2ndFY[$sl] }}
{{-- responseDIV --}}
{{-- end first table --}}
{{-- printDiv DIV --}} @php $time_elapsed_secs = microtime(true) - $start; // echo 'Execution Time: '.$time_elapsed_secs.' sec'; @endphp