@extends('frontend.user.layouts.app') @section('body_class', 'toggle') @section('content')
@if ($free_plan) @include('frontend.user.billing.free') @endif @foreach ($monthly_plans as $plan) @include('frontend.user.billing.paid') @endforeach
@if ($free_plan) @include('frontend.user.billing.free') @endif @foreach ($yearly_plans as $plan) @include('frontend.user.billing.paid') @endforeach
@if ($free_plan) @include('frontend.user.billing.free') @endif @foreach ($lifetime_plans as $plan) @include('frontend.user.billing.paid') @endforeach
@endsection