@php use App\Models\User\UserAuth; use Illuminate\Support\Str; use App\Libraries\General; use App\Models\Frontend\Transaction; @endphp @extends('frontLayout.frontlayout') @section('content') @if(isset($home->banner_image) && $home->banner_image && file_exists(public_path($home->banner_image))) @endif
@if($home['about_image'])
@include('frontend.partials.fileRender', ['file' => $home['about_image'], 'size' => "large",'class' => 'contain_image'])
@endif

{{$home['about_title']}}

{!! $home['about_description'] !!}
@if($home['mission_image'])
@include('frontend.partials.fileRender', ['file' => $home['mission_image'], 'size' => "large"])
@endif

{{$home['mission_title']}}

{!! nl2br($home['mission_description']) !!}

@if($home['vision_image'])
@include('frontend.partials.fileRender', ['file' => $home['vision_image'], 'size' => "large"])
@endif

{{$home['vision_title']}}

{!! nl2br($home['vision_description']) !!}

@if(isset($categories) && $categories) {{--

{{isset($home->category_title) && $home->category_title ? $home->category_title : ""}}

{{isset($home->category_sub_title) && $home->category_sub_title ? $home->category_sub_title : ""}}

--}} @endif

Features

{{--

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.

--}}

For Faculties

  • Post pre-recorded courses on chapter wise basis.

  • Set up video meetings with your members.

  • Give your members the option to give test series.

  • Encryption of recorded videos can also be done from our side.

  • Publish Schedules and announcement in advance.

  • Post revisionary clips in audio format as well.

  • Seamless file transfer between faculties and members.

For Members

  • You can customize your plan according to the number of days and total hours of classes to be purchased.

  • You can purchase classes for a specific chapter of a subject.

  • Get access to study materials on soft copy basis.

  • Give reviews to your faculty which will be displayed.

  • Ask questions to your faculty through our system.

Lets Get Started

{{--

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.

--}}

As a faculty

{{--

Sign Up First

--}}

Contact Our Team

Fill up this form and our team will reach out to you within 24 hours.

As a member

Sign Up First

Find your faculty

@endsection