@extends('frontend.maintemplate.maintemplate') @section('title', 'Chapter Details' . ' :: AgeLess Institute') @section('content')
@if ($currentChapter->video) @else

{!! $currentChapter->descriptions !!}

@endif @if ($currentChapter->pdf) @endif
Start Exam
@endsection