@extends('Front.PatientLayout.mainLayout') @section('title', 'Education') @section('css') @endsection @section('content') @php $lang = app()->getLocale(); @endphp
{{ $videoData['title'] }}
{!! html_entity_decode($videoData['des']) !!}{{ __('education.watched') }}
--}}{{ __('education.once') }} --}} {{--
--}}{{ __('education.videos') }}
{{-- other video --}} @foreach ($videoDataAll as $vData) {{-- {{ pre($vData) }} --}}{{ $vData->min . ':' . $vData->sec }} minutes
@isset($WatchVideo->video_id) @if ($vData['id'] == $WatchVideo->video_id) @endif @endisset{{ $vData['title'] }}
{!! $vData['des'] !!}