@extends('layouts.portal', ['title' => 'Empezar Instrumento de Campo de Talento']) @section('content')
@php $student = $test->student; @endphp

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

{{$student->fullName}}

Instrucciones

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

@endsection