@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 $photos =array(); if( !empty($course->product_image)) { $photos = unserialize( $course->product_image); if(count($photos)>0) { $img_path=url('/logo/'.$photos['product_image']); echo ''; } } @endphp

{{$course->package_name}}

{{--

CA Final New FR, SFM, Audit And Law Combo Course By AS Foundation In Google Drive

--}}

@php if( $course->product_details) { @endphp {{ strip_tags( html_entity_decode(stripslashes($course->product_details),ENT_QUOTES,"UTF-8") ) }} @php } @endphp

Instructed by @php if( $course->faculty_name) { @endphp @foreach($educators as $educator) @php if($course->faculty_name==$educator->id) { @endphp {{$educator->coaching_classes }} @php } @endphp @endforeach @php } @endphp {{-- 1000 students enrolled --}}

{{ ($course->price) ? 'Rs.'.$course->price : '' }} {{ ($course->discounted_price) ? 'Rs.'.$course->discounted_price : '' }}

@php $pcartprice =0; $pcartprice = ($course->discounted_price) ? $course->discounted_price : $course->price; @endphp @if (Auth::check()) {!! Form::open(array('route' => 'cart.store', 'class' => 'form' ,'id' =>'createroomsform','files' => true)) !!} {{ Form::hidden('product_id', $course->id) }} {{ Form::hidden('user_id',Auth::user()->id ) }} {{ Form::hidden('name', $course->package_name) }} {{ Form::hidden('quantity', 1) }} {{ Form::hidden('price', $pcartprice) }} {!! Form::submit('Take This Course', array('class'=>'add-acte')) !!} {!! Form::close() !!} @else {{-- //{{ url('login') }} --}} Take This Course @endif @if (Auth::check()) {!! Form::open(array('route' => 'wishlist.store', 'class' => 'form' ,'id' =>'createroomsform','files' => true)) !!} {{ Form::hidden('product_id', $course->id) }} {{ Form::hidden('user_id',Auth::user()->id ) }} {{ Form::hidden('name', $course->package_name) }} {{ Form::hidden('quantity', 1) }} {{ Form::hidden('price', $pcartprice) }} {!! Form::submit('Add to Wishlist', array('class'=>'add-acte')) !!} {!! Form::close() !!} @else Add to Wishlist @endif

Course Details

@php if( $course->degree) { @endphp @foreach($degrees as $degree) @php if($course->degree==$degree->id) { @endphp @php } @endphp @endforeach @php } @endphp @php if( $course->level) { @endphp @foreach($levels as $level) @php if($course->level==$level->id) { @endphp @php } @endphp @endforeach @php } @endphp @php if( $course->subject) { @endphp @foreach($subjects as $subject) @php if($course->subject==$subject->id) { @endphp @php } @endphp @endforeach @php } @endphp @php if( $course->recording) { @endphp @php } @endphp @php if( $course->syllabus) { @endphp @php } @endphp @php if( $course->format) { @endphp @php } @endphp @php if( $course->material_by) { @endphp @php } @endphp @php if( $course->hard_copy) { @endphp @php } @endphp @php if( $course->applicable_for_attempt) { @endphp @php } @endphp {{-- @php if( $course->faculty_name) { @endphp @foreach($educators as $educator) @php if($course->faculty_name==$educator->id) { @endphp @php } @endphp @endforeach @php } @endphp --}} @php if( $course->lectures_no) { @endphp @php } @endphp @php if( $course->hours_no) { @endphp @php } @endphp @php if( $course->video_language) { @endphp @php } @endphp @php if( $course->lectures_view) { @endphp @php } @endphp @php if( $course->fast_forward) { @endphp @php } @endphp @php if( $course->fast_forward_details) { @endphp @php } @endphp @php if( $course->expire_validity) { @endphp @php } @endphp @php if( $course->topics_covered) { @endphp @php } @endphp @php if( $course->doubt_clearing_availability) { @endphp @php } @endphp @php if( $course->amendmend) { @endphp @php } @endphp @php if( $course->video_run_on) { @endphp @php } @endphp @php if( $course->mention_details) { @endphp @php } @endphp @php if( $course->charts_details) { @endphp @php } @endphp @php if( $course->dispatch) { @endphp @php } @endphp @php if( $course->dispatch_schedule) { @endphp @php } @endphp @php if( $course->books_images_link) { @endphp @php } @endphp @php if( $course->other_details) { @endphp @php } @endphp
Degree : {{$degree->name }}
Level : {{$level->name }}
Subject : {{$subject->name }}
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 }}
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 !!}
@php if( $course->lectures_link) { @endphp

Demo Video

@php } @endphp

Related Courses

@if(isset($relatedcources)) @foreach($relatedcources as $value) @php if($course->id == $value->id ) continue; @endphp
@php $photos =array(); if( !empty($value->product_image)) { $photos = unserialize( $value->product_image); if(count($photos)>0) { $img_path=url('/logo/'.$photos['product_image']); @endphp @php } } @endphp

{{ $value->package_name }}

@foreach($educators as $educator) {{-- {{ $educator->id }} --}} @if($value->faculty_name==$educator->id )

By {{$educator->coaching_classes}}

@endif @endforeach

Rs.{{ $value->price }} Rs.{{ $value->discounted_price }}

@endforeach @endif
@endsection