@extends('user.app') @section('pagetitle'){{$educator->coaching_classes}}@stop @section('pagedescription') @php $meta_details = trim($educator->meta_details); @endphp @stop @section('pagekeywords') @php $meta_tags = trim($educator->meta_tags); @endphp @stop @section('main-content')

{{$educator->coaching_classes}}

@php $photos =array(); if( !empty($educator->logos)) { $photos = unserialize( $educator->logos); if(count($photos)>0) { $img_path=url('/logo/'.$photos['photo1']); echo ''; } } @endphp

{!! substr($educator->description,0,350)."..." !!} View More

Courses Taught By {{$educator->coaching_classes}}

@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 @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 }}

  • @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
@endsection