@if(count($monthArrs) > 0) @foreach($monthArrs as $m => $month) @endforeach @endif @if(count($branchs) > 0) @php $i = 1; @endphp @foreach($branchs as $datas) @if(count($monthArrs) > 0) @foreach($monthArrs as $m1 => $month) @endforeach @endif @php $i++; @endphp @endforeach @endif
No. Branch Details {{ $month['month_name'] }}
{{ $no++ }} Branch Code : {{ $datas->ashram_id }}
Branch Type : {{ checkHOParentSubBranch($datas->id)}} Branch
Branch Name : {{ $datas->name }}
{{ App\Model\Orders::where('auto_mer_id',$datas->id)->whereMonth('date', '=', $month['month'])->whereNotIn('status_slug', ['draft','pending'])->where('fiscal_year',$fiscal_year)->where('deleted_at',null)->whereNotIn('transaction_type_slug',['OPBalance','Ctfr-IB','IB-CDB','IB-HO-Opening'])->count() }}