@extends('layouts.masterlayout') @section('content')

{{$course->course_name or ''}}

    @if(isset($coursefee->fee))
  • Total Fees
    INR {{$coursefee->fee or ''}}

  • @endif @if(isset($course->medium))
  • {{$course->medium or ''}}
    Medium

  • @endif
@if($course->fullimage!='') $course->course_name @else {{$course->course_name}} @endif

Eligibility

  • Qualification
    {{$eligibility->qualification or ''}}
  • Minimum Eligibility to Apply
    {{$eligibility->eligibility or ''}}
  • Age
    @if(isset($eligibility->age)) Maximum {{$eligibility->age or ''}} years @endif
{!! $eligibility->description or ''!!}

Latest Admission Alert

    @if(!empty($AdmisionAlert)) @foreach($AdmisionAlert as $key=>$value)
  • {!! $value->title or '' !!}
    {!! str_limit(strip_tags($value->description),$limit = 170, $end = '...') !!} @if(strlen($value->description)>160) know more
  • @endif @endforeach @endif @if(count($AdmisionAlert)>3)

    View All

    @endif @if(count($AdmisionAlert)==0)
    Info! there is no information.
    @endif

Fees

  • Total Fees
    INR {{$coursefee->fee or ''}}
  • Hostel Fees (Yearly)
    INR {{$coursefee->hostel_fee or ''}}
{!! $coursefee->description or ''!!}

Course Structure
Course Structure

@php $Structure=array(); if(!empty($CourseStructure)) { $Structure=strip_tags($CourseStructure->course_structure); $Structure=explode(',',$Structure); } @endphp
    @if(!empty($Structure)) @foreach($Structure as $key=>$value)
  • {{$value or ''}}
  • @endforeach @endif

Seats Info

Total Seats
{{$courseSeatinfo->genral+$courseSeatinfo->obc+$courseSeatinfo->sc+$courseSeatinfo->international+$courseSeatinfo->st+$courseSeatinfo->pwd }}

Category

General
{{$courseSeatinfo->genral or ''}}

OBC
{{$courseSeatinfo->obc or ''}}

SC
{{$courseSeatinfo->sc or ''}}

International Student
{{$courseSeatinfo->international or ''}}

ST
{{$courseSeatinfo->st or ''}}

PWD
{{$courseSeatinfo->pwd or ''}}

Placements (as provided by college)

{!! $Placement->description or ''!!}

Of Total Batch
Placed
@php $count=count($questionanswer); @endphp

Question & Answer (Showing @php if($count>0){ echo '3';} else { echo '0';} @endphp of {{$count}} questions)

@if($count>0)

View All

@else @if(Auth::guard('student')->user())

Ask Question @else

Ask Questions

@endif @endif
@if(!empty($questionanswer)) @php $i=1; @endphp
@foreach($questionanswer as $key=>$value) @if($i<4)

{{str_limit($value->question_title,$limit = 120, $end = '...')}}

{{ str_limit($value->answer[0]->answertext,$limit = 120, $end = '...')}}

Know more
@endif @php $i++; @endphp @endforeach
@endif

Students who viewed this college also viewed the following colleges

Best News Till Date

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna

@if(!empty($News)) @foreach($News as $news)

{{config('constants.NEWSTAG')[$news->newstag]}}

{{$news->news_title or ''}}

@endforeach @endif
@endsection