@extends('layouts.register-base', ['title' => 'Register']) @section('css') @endsection @section('content') Ready to get started? Register a new account; it takes less than a minute. {{-- --}} Monthly Quarterly 5% Off Yearly 10% off @foreach ($plans->where('plan_cycle', 2) as $plan) {{$plan->name}} ${{ $plan->min_price }}/month @foreach ($plan->plan_features ?? [] as $key => $feature) {{ $feature ?? '' }} @endforeach @endforeach @foreach ($plans->where('plan_cycle', 3) as $plan) {{$plan->name}} ${{ $plan->min_price/3 }}/month @foreach ($plan->plan_features ?? [] as $key => $feature) {{ $feature ?? '' }} @endforeach @endforeach @foreach ($plans->where('plan_cycle', 5) as $plan) {{$plan->name}} ${{ $plan->min_price/12 }}/month @foreach ($plan->plan_features ?? [] as $key => $feature) {{ $feature ?? '' }} @endforeach @endforeach Please contact admin for more details {{$owner->email ?? ''}} @endsection
Ready to get started? Register a new account; it takes less than a minute.