ID {{ $plan->id }}
Title {{ $plan->title }}
Follow Count {{ ucfirst($plan->follow_count)}}
Price {{ ucfirst($plan->price)}}
Description {{ $plan->description }}
Created At {{ $plan->created_at }}
Updated At {{ $plan->updated_at }}