@extends('layouts.app') @section('content')
@include('layouts.includes.header') @if($cp)

Activated Plan {{$cp->features}} @if($cp->expiry_date){{$cp->plan_billing_cycle}} and the expiry date is {{$cp->expiry_date}}@endif

@endif

Plans

@foreach($plans as $value) @endforeach
@include('layouts.includes.footer')
@endsection