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

{{$user->first_name}} {{$user->last_name}}/ Professionals Involved

Relative, Friend and Local Authority Involved
{{-- Default label --}}
@csrf
GP
Hospital Specialist
Dentist
Optician
Podiatrist
Payment arrangements (Is the applicant/will they be:)
Funded by the local authority/NHS
nhs_funded == 'No'?'checked':'' }}>
nhs_funded == 'Yes'?'checked':'' }}>
Privately funded (self-funding) with or without third-party help
private_funded == 'No'?'checked':'' }}>
private_funded == 'Yes'?'checked':'' }}>
Using local authority personal/individual budgets awarded to them
local_authority == 'No'?'checked':'' }}>
local_authority == 'Yes'?'checked':'' }}>
Mental capacity issues
Is the application being made by the person themselves?
self_application == 'No'?'checked':'' }}>
self_application == 'Yes'?'checked':'' }}>
With their full consent?
full_consent == 'No'?'checked':'' }}>
full_consent == 'Yes'?'checked':'' }}>
Or is the application being made as a result of a best-interest decision?
interest_decision == 'No'?'checked':'' }}>
interest_decision == 'Yes'?'checked':'' }}>
Describe any particular service conditions needed, eg:
@include('includes.footer')
@endsection