@extends('frontLayout.frontlayout') @section('content') @php use App\Libraries\DateTime; @endphp

Complete your payment to {{$creator->page_name}}

{{$plan['title']}}

{{$plan['description']}}

{{$plan['currency']}}{{$plan['price']}}/{{$plan['days']}} days @if(isset($userAbout) && $userAbout->plan_type == "customize_categories") {{ $plan['hours'] ? '/'.DateTime::secondsToTime($plan['hours']).' Hours' : "" }} @endif

@if(isset($userAbout) && isset($userAbout->plan_type) && $userAbout->plan_type == 'customize_categories') General::encrypt($plan['id']) ]) }}>Add more days @endif

Features

    @php $features = isset($plan['features']) && $plan['features'] && General::isJson($plan['features']) ? json_decode($plan['features']) : []; @endphp
  • Access of all the audios and videos which have been uploaded.

  • Access to all the upcoming lectures which will be uploaded till your plan expires.

  • {{--
  • Social media follows ( You follow us, we'll follow you).

  • --}}
  • Participate section will be unlocked for you.

  • Get in touch section will be unlocked for you.

  • {{--
  • The faculty will give priority to the topics you will suggest.

  • --}}
@if(isset($userAbout->plan_type) && $userAbout->plan_type == 'customize_categories' && isset($selectedCategories) && $selectedCategories && $selectedCategories->toArray())
General::encrypt($plan['id']) ]) }}>

Choose Your Topic

@foreach($selectedCategories as $key => $s)
@endforeach
@endif
@endsection