My thesis
@if (count($courses)) @foreach ($courses as $key) @endforeach
# Code Name Credit Description
{{ ++$offset }} {{ $key->code }} {{ $key->name }} {{ $key->credit }} {{ $key->description }}
@else

Something went wrong, courses could not be loaded

@endif