@extends('layouts.portal', ['title' => $test->instrument->name]) @section('content')

{{$test->instrument->name}}

{{$test->student->fullName}}

Instrucciones

{!! $test->instrument->instructions !!}
@endsection