@extends('user.app') @php $meta_title = trim($course->meta_title); @endphp @section('pagetitle'){{ ($meta_title) ? $meta_title : $course->package_name }}@stop @section('pagedescription') @php $meta_details = trim($course->meta_details); @endphp @stop @section('pagekeywords') @php $meta_tags = trim($course->meta_tags); @endphp @stop @section('main-content')
@php if( $course->product_details) { @endphp {{ strip_tags( html_entity_decode(stripslashes($course->product_details),ENT_QUOTES,"UTF-8") ) }} @php } @endphp
| Degree : | {{$degree->name }} | @php } @endphp @endforeach
| Level : | {{$level->name }} | @php } @endphp @endforeach
| Subject : | {{$subject->name }} | @php } @endphp @endforeach
| Recording : | {{$course->recording }} |
| Syllabus : | {{$course->syllabus }} |
| Format : | {{$course->format }} |
| Material by : | {{$course->material_by }} |
| Hard Copy : | {{$course->hard_copy }} |
| Applicable for attempt : | {{$course->applicable_for_attempt }} |
| Faculty : | {{$educator->coaching_classes }} | @php } @endphp @endforeach
| Lectures_no : | {{$course->lectures_no }} |
| Hours : | {{$course->hours_no }} |
| Video Language : | {{$course->video_language }} |
| Lectures view : | {{$course->lectures_view }} |
| Fast Forward : | {{$course->fast_forward }} |
| Fast Forward Details : | {{$course->fast_forward_details }} |
| Validity : | {{$course->expire_validity }} |
| Topics Covered : | {{$course->topics_covered }} |
| Doubt Clearing Availability : | {{$course->doubt_clearing_availability }} |
| Amendments : | {{$course->amendmend }} |
| Video run on : | {{$course->video_run_on }} |
| Test Series Provided : | {{ strip_tags( html_entity_decode(stripslashes( $course->mention_details ),ENT_QUOTES,"UTF-8") ) }} |
| Charts details : | {{ strip_tags( html_entity_decode(stripslashes($course->charts_details),ENT_QUOTES,"UTF-8") ) }} |
| Dispatch : | {{$course->dispatch }} |
| Dispatch Schedule : | {!! $course->dispatch_schedule !!} |
| Books images link : | {{$course->books_images_link }} |
| Other details : | {!! $course->other_details !!} |