@extends("layout") @section("content")
{{ $ta->name }}

{{ $ta->name }}
Name
{{ $ta->name }}

Description
{{ $ta->description }}
Program
{{ $ta->graduate?"Graduate":"Undergraduate" }}

Year
{{ $ta->year }}

@foreach ($courses as $course) @endforeach
Course Material Knowledge
{{ "{$course->prefix} {$course->number} {$course->name}" }} @for ($i = 1; $i <= 5 ; $i++) @if ( $i > $knowledge[$course->id] ) @else @endif @endfor
@stop