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

{{$columnWiseFeeSetupsData[0]->classInfo->class_name ?? ''}}

@forelse($columnWiseFeeSetupsData as $data) @empty @endforelse
Column name Fee Title Action
{{$data->column->column_name}} {{$data->fee->title}}
@endif