@if (!blank($plans))

@lang('Choose Your Plan')

@lang('Select the subscription plan that works best for you')

@foreach ($plans as $plan)

{{ __($plan->name) }}

{{ showAmount($plan->price) }}

@lang('Per month')

  • {{ $plan->videos->count() }} @lang('Videos')
  • {{ $plan->playlists()->count() }} @lang('Playlists')
@if (auth()->user() && auth()->user()->hasValidPlan($plan->id)) @lang('Watch Now') @else @endif
@endforeach
@else
@include('Template::partials.empty')
@endif
{{-- View videos modal --}} {{-- View playlists modal --}} {{-- login modal --}} @include($activeTemplate . 'partials.login_alert_modal') @push('style') @endpush @push('script') @endpush @push('style') @endpush