@extends('Admin.components.layout') @section('title') Care Plan @endsection @section('subtitle') Add Care Plan Info @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}

{{ $Question->question_eng }}

@if ( $Question->question_type == 'dropdown' || $Question->question_type == 'single' || $Question->question_type == 'multiple')
@else @endif {{-- {{pre($Option)}} --}}
@if (isset($Option) && $Question->is_show_data == '1') @endif
is_show_data == '1' ? $Option->video_url : '' }}>
is_show_data == '1' ? $Option->video_url_welsh : '' }}>
@endsection @section('js') @endsection