@extends('layouts.app') @section('title','Intern Development') @section('content')

{{ $intern->user->name }} — Internship Development

Mentor, learning plan, evaluations, completion and certificate.

@csrf

Learning item

@csrf

Evaluation

@foreach(['technical_score','communication_score','attendance_score','ownership_score'] as $s)@endforeach

Learning plan

@foreach($intern->learningItems as $x)
{{ $x->title }} {{ $x->status }} · {{ $x->progress_percent }}%
@endforeach
@if(!$intern->certificate)
@csrf
@else
Certificate: {{ $intern->certificate->certificate_no }}
@endif
@endsection