@if($type == 1) @forelse($commonFee as $title) {{$title->title??''}}   @empty Sorry! You have no information! @endforelse @elseif($type == 2)

{{$studentAccountInfoData[0]->student->student_name ?? ''}} @if($studentAccountInfoData)({{$studentAccountInfoData[0]->class->class_name?? ''}})@endif

@forelse($studentAccountInfoData as $key=>$data) @empty @endforelse
SL Fee Title Fee Type Year Amount Action
{{$key+1}} {{$data->fee->title ?? ''}} Common {{$data->year ?? ''}} {{round($data->fee->amount,2) ?? ''}}
Sorry! You have no information!
@endif