@extends('admin.layout.dashboard-template') @section('content')
@csrf

Edit Assessment

@if($data->image) @else @endif
@php $ids=json_decode($data->recommended_therapist); @endphp
@php $ids=json_decode($data->recommended_blogs); @endphp
@csrf

Assessment Questions an Answer

@foreach($data->questions as $key=>$item)

Answers

@foreach($item->answer as $akey=>$answer)
@endforeach
@endforeach
@csrf

Assessment Rate Range settings

@foreach($data->settings as $item)
@endforeach
@endsection