@php use App\Libraries\DateTime; @endphp @foreach($creatorPlans as $cp)
{{$cp['title']}}

{!! nl2br($cp['description']) !!}

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

Features

    @php $features = isset($cp['features']) && $cp['features'] && General::isJson($cp['features']) ? json_decode($cp['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($id != $cp['user_id'])
@if($cp['id'] == $purchasedPlanId) Activated @else Chooose Plan @endif
@endif
@endforeach