@extends('layouts.app') @section('content')
@include('includes.usersidebar')
@include('includes.header')
{{-- @dd($contents) --}}

{{$user->first_name}} {{$user->last_name}}/ Risk Factors

Any circumstances which might increase the risk to the child
{{-- Default label --}}
@csrf
@include('includes.footer')
@endsection