@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 {{-- {{$data}} --}}
{{ csrf_field() }}

{{ isset($data->option_eng) ? $data->option_eng : '' }}

{{ isset($data->question_eng) ? $data->question_eng : '' }}

@if (isset($data->is_option) && $data->is_option == 'no') @else @endif
@if (isset($data->info_image)) @endif
video_url) ? $data->video_url : '' }}>
video_url_welsh) ? $data->video_url_welsh : '' }}>
@endsection @section('js') @endsection