Data not Found !!

@if(isset($incompleteReason) && $incompleteReason == "year_not_found")

** Data not found in Year End. Please execute year end for those branches. **

@elseif(isset($incompleteReason) && $incompleteReason == "month_not_found")

** Data not found for all Month End. Please execute month End for those branches. **

@endif
@if(isset($incompleteBranchList)) @foreach ($incompleteBranchList as $BRow)
{{ $BRow }}
@endforeach @endif
Close