@extends('Front.PatientLayout.mainLayout') @section('title', 'Education') @section('css') @endsection @section('content') @php $lang = app()->getLocale(); @endphp
{{-- {{pre($playNow->toArray(),1)}} {{ pre($videoIdArray->toArray()) }} --}}

{{ $videoData['title'] }}

{!! html_entity_decode($videoData['des']) !!}
@isset($abc[0]['is_watch']) @if ($abc[0]['is_watch'] == '1')
{{--

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

--}}
@else
{{--

{{ __('education.once') }} --}} {{--

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