@extends('Front.PatientLayout.mainLayout') @section('title', 'Education') @section('css') @endsection @section('content')
@if (!empty($playNow->video_url)) @else @endif

{{ $playNow->name }}

{{--

{{ $playNow->sub_title }}

--}} {!! html_entity_decode($playNow->description) !!}
@isset($videoIdArray) @if (in_array($playNow->id, $videoIdArray))
@if ($playNow->type == 'video') {{--

{{ __('education.watched') }}

--}} @else

{{ __('education.finishReading') }}

@endif
@else
@if ($playNow->type != 'video')

{{ __('education.readingQuestion') }}

@endif
{{ csrf_field() }}
@endif @endisset
@section('js') @endsection @endsection