@extends('home.layouts.master') @section('content')

{{$college->company_name}}

@if(isset($college->district->name)){{$college->district->name}}, @endif @if(isset($college->city->name)){{$college->city->name}} {{$college->city->resident->name}}, @endif {{$college->location}}

@if(isset($college->fb_link)) @endif @if(isset($college->twitter_link)) @endif @if(isset($college->google_link)) @endif @if(isset($college->linkedin_link)) @endif @if(isset($college->instagram_link)) @endif
@if(count($courses))
@foreach($courses as $course) @if(isset($course->course->name))
  • {{$course->course->name}}
  • @endif @endforeach
    @endif
    @if(isset($college->clientType->tour_link))
  • Take a Virtual Tour
  • @else
  • Take a Virtual Tour
  • @endif @if(isset($chatCode))
  • Live Chat with a Faculty Member
  • @else
  • Live Chat with a Faculty Member
  • @endif @if(isset($college->clientType->exam_link))
  • Online Entrance Exam
  • @else
  • Online Entrance Exam
  • @endif @if(isset($college->clientType->apply_link))
  • Apply Now
  • @else
  • Apply Now
  • @endif
    @foreach($college->messages as $key=>$messageValue)
    @if(isset($messageValue->photo))
    @endif @if(isset($messageValue->message))
    {!! \Illuminate\Support\Str::limit($messageValue->message,500) !!} See More
    {{$messageValue->message_by}}
    {{$messageValue->designation}} @endif
    @endforeach
    @if(isset($college->map_link))
    {!! $college->map_link !!}
    @endif

    @if(isset($college->city->name)){{$college->city->name}}, {{$college->city->resident->name}}, @endif {{$college->location}}

    @if(isset($college->office_contact))

    {{$college->office_contact}}

    @endif @if(isset($college->website))

    {{$college->website}}

    @endif {{--

    --}} {{----}} {{--

    --}} {{----}}
    {{--Our--}}

    About College

    {!! $college->company_profile !!}
    @if(count($courses))

    Our Courses

    {{--

    --}} {{--Explore some of the best business from around the world from our partners and friends.--}} {{--

    --}}
    @foreach($courses as $course)
    Faculty @if(isset($course->faculty->name)) {{$course->faculty->name}} @endif
    Course @if(isset($course->course->name)){{$course->course->name}}@endif
    Course Duration @if(isset($course->duration->name)){{$course->duration->name}}@endif
    Course Fees NRs.{{$course->course_fees}}/-
    Course Description
    {!! $course->description !!}
    @endforeach
    @endif

    Meet Our Team

    @foreach($college->teams as $team)

    {{$team->name}}

    ({{$team->designation}},{{$team->sector}})

    @endforeach
    @if(count($downloads)>0 || isset($college->brochure))

    Download

    {{--

    --}} {{--Explore some of the best business from around the world from our partners and friends.--}} {{--

    --}}
    @if(isset($college->brochure)) @endif @foreach($courses as $course) @if(isset($course->brochure) && isset($course->course->name)) @endif @endforeach
    @endif @if(count($college->faqs)>0)

    Our FAQ

    @foreach($college->faqs as $faq)
    {!! $faq->answer !!}
    @endforeach
    @endif @foreach($college->teams as $team) @endforeach @endsection @section('after_js') @foreach($college->messages as $message) @endforeach @endsection