@extends('user.app') @php $meta_title = trim($cms->meta_title); @endphp @section('pagetitle'){{ ($meta_title) ? $meta_title : $cms->title }}@stop @section('pagedescription') @php $meta_details = trim($cms->meta_details); @endphp @stop @section('pagekeywords') @php $meta_tags = trim($cms->meta_tags); @endphp @stop @section('main-content')

Popular Courses

@if(isset($popular)) @foreach($popular as $value)
@php $pcartprice =0; $pcartprice = ($value->discounted_price) ? $value->discounted_price : $value->price; @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 @foreach($educators as $educator) @if($value->faculty_name==$educator->id ) @if($educator->discount>0) {{ ($educator->discount) ? $educator->discount : 0 }}% off @endif @endif @endforeach {{$value->package_name}} @php } } @endphp

{{$value->package_name}}

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

By {{$educator->coaching_classes}}

@endif @endforeach {{--

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eligendi, nisi ratione illo.

--}}

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

{{-- add to cart --}}
  • @if (Auth::check()) {!! Form::open(array('route' => 'cart.store', 'class' => 'form' ,'id' =>'createroomsform','files' => true)) !!} {{ Form::hidden('product_id', $value->id) }} {{ Form::hidden('user_id',Auth::user()->id ) }} {{ Form::hidden('name', $value->package_name) }} {{ Form::hidden('quantity', 1) }} {{ Form::hidden('price', $pcartprice) }} {!! Form::submit('', array('class'=>'add-acte-down')) !!} {!! Form::close() !!} @else @endif
  • @if ($value->lectures_link!="")
  • @else
  • @endif
  • @if (Auth::check()) {!! Form::open(array('route' => 'wishlist.store', 'class' => 'form' ,'id' =>'createroomsform','files' => true)) !!} {{ Form::hidden('product_id', $value->id) }} {{ Form::hidden('user_id',Auth::user()->id ) }} {{ Form::hidden('name', $value->package_name) }} {{ Form::hidden('quantity', 1) }} {{ Form::hidden('price', $pcartprice) }} {!! Form::submit('', array('class'=>'add-acte-login')) !!} {!! Form::close() !!} @else @endif
@endforeach @endif
{{--

ACCELERATE YOUR FUTURE. LEARN ANYTIME, ANYWHERE.

Our training courses are created and updated by renowned industry specialists. Our blended learning approach combines online lessons, instructor-led live virtual classrooms, project work, and 24/7 teaching assistants. Our vibrant community of professionals and certified specialists is a powerful resource pool of tips, methods, and insightful advice.

--}} {!! $cms->description1 !!} @if (!Auth::check()) Join Now @endif

Recommended Courses

@if(isset($randomcources)) @foreach($randomcources as $value)
@php $pcartprice =0; $pcartprice = ($value->discounted_price) ? $value->discounted_price : $value->price; @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 @foreach($educators as $educator) @if($value->faculty_name==$educator->id ) @if($educator->discount>0) {{ ($educator->discount) ? $educator->discount : 0 }}% off @endif @endif @endforeach {{$value->package_name}} @php } } @endphp

{{$value->package_name}}

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

By {{$educator->coaching_classes}}

@endif @endforeach

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

  • @if (Auth::check()) {!! Form::open(array('route' => 'cart.store', 'class' => 'form' ,'id' =>'createroomsform','files' => true)) !!} {{ Form::hidden('product_id', $value->id) }} {{ Form::hidden('user_id',Auth::user()->id ) }} {{ Form::hidden('name', $value->package_name) }} {{ Form::hidden('quantity', 1) }} {{ Form::hidden('price', $pcartprice) }} {!! Form::submit('', array('class'=>'add-acte-down')) !!} {!! Form::close() !!} @else @endif
  • @if ($value->lectures_link!="")
  • @else
  • @endif
  • @if (Auth::check()) {!! Form::open(array('route' => 'wishlist.store', 'class' => 'form' ,'id' =>'createroomsform','files' => true)) !!} {{ Form::hidden('product_id', $value->id) }} {{ Form::hidden('user_id',Auth::user()->id ) }} {{ Form::hidden('name', $value->package_name) }} {{ Form::hidden('quantity', 1) }} {{ Form::hidden('price', $pcartprice) }} {!! Form::submit('', array('class'=>'add-acte-login')) !!} {!! Form::close() !!} @else @endif
@endforeach @endif

Why Choose Us

Popular Courses

Find best courses from a complete learning system that helps you maintain focus, discipline, and score. Our tailored courses will help you to reach your full potential without leaving your comfort zone.

{{-- {{ strip_tags( html_entity_decode(stripslashes($course->other_details),ENT_QUOTES,"UTF-8") ) }} --}}

Qualified Teachers

Good teachers know how to bring out the best in their students. Get taught by India's top faculty. Anytime. Anywhere.

24/7 Online Support

As a student, you work hard. Complication can come by anytime. We understand that. We are here to assist you from any kind of adverse situation 24/7.

BuyOnlineClasses.com

{!! $cms->description2 !!}

How It Works?

Search Courses

Interested in learning something new? With courses that are flexible around you and your passion, find your potential and improve your skills.

View Course Details

Browse the website and watch the videos to decide whether it fits your learning style.

Apply, Enroll or Register

Get started on your application whenever you’re ready. You can register for our classes/ courses online at any time.

@if (!Auth::check()) Register Now @endif
@endsection