@php $plan = Auth::user()->activePlan(); $plan_type = 'regular'; if ($plan != null) { $plan_type = strtolower($plan->plan_type); } $auth = Auth::user(); @endphp @push('style') @endpush
@lang('Simply select a pre-built template or create your own') @lang('custom content here.')
1 {{ __('Choose a Template') }} {{ __('Add Information') }}