@extends('layouts.home') @section('styles') @endsection @section('body') @if ($plans[0]->billing_cycle == 'recurring') Choose Your Plan Do you have a Coupon? Use Coupon @for ($i = 0; $i < count($plans); $i++) @endfor @csrf @endif @if ($plans[0]->billing_cycle == 'one-time') @for ($i = 0; $i < count($plans); $i++) @endfor @endif @endsection
Do you have a Coupon?