@extends('admin.layouts.master2') @section('title') {{'Student Dashboard'}} @endsection @section('content')

My Results

@if($results->count()>0)
Note:

Click on the session, then the Semester to view your Result.

Click HERE to lay complain regards your results

@else

Your results are not available yet

@endif
@php $last_row_columns = fmod($session_count, 4); $intDiv = intdiv($session_count, 4); $rows = 0; @endphp
@for($i = 1; $i <= $intDiv; ++$i )
@for($j = 0; $j < 4; ++$j )
@endfor @php $rows++; @endphp
@endfor @if($last_row_columns > 0)
@for($j = 0; $j < $last_row_columns; ++$j )
@endfor
@endif
@endsection