@extends('front.include.app') @section('content') Premium Studio Subscription Unlock all features with our premium plan @csrf @if (!auth()->check()) Account Information Full Name Email Address @endif Payment Information Cardholder Name Card Details Subscribe Now @if (auth()->check()) You're subscribed as: {{ auth()->user()->name }} | Not you? @else Already have an account? Log in @endif @endsection
Unlock all features with our premium plan