@extends($activeTheme.'layouts.main') @section('title', ___('Pricing')) @section('content')

{{ ___('Pricing') }}

{{ ___("Membership Plans") }}
{!! ads_on_top() !!}
@if($total_monthly)
@endif @if($total_annual)
@endif @if($total_lifetime)
@endif
@foreach ([$free_plan, $trial_plan] as $plan) @include($activeTheme.'layouts.includes.pricing-table') @endforeach @foreach ($plans as $plan) @include($activeTheme.'layouts.includes.pricing-table') @endforeach
{!! ads_on_bottom() !!} @endsection