@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

Risk assessment

When a new risk assessment is created using the teacher app, you will be able to view it here.

@endsection @section('content')
@if(isset($risks) && !empty($risks)) @foreach($risks as $risk) @endforeach @endif
Risk Added date Added by Shared with parents View
{{$risk->risk}} {{ \Carbon\Carbon::parse($risk->date)->format('d/m/Y') }} @if(isset($risk->owner)) child {{$risk->owner->firstName}} {{$risk->owner->lastName}} @endif {{ $risk->isPublic == "true" ? "Yes" : "No" }}
@endsection @section('script-bottom') @endsection