{{-- Header --}}
Application Setup
Configure your application before getting started
{{-- Steps --}}
1
2
3
Site Information
Configure how your application looks to visitors.
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{-- App Name --}}
Application / Company Name
*
{{-- Eyebrow --}}
Page Eyebrow Text
Small label above the main heading.
{{-- Tagline --}}
Main Heading / Tagline
{{-- Subtitle --}}
Page Subtitle
{{-- Primary Color --}}
Primary Accent Color
{{-- Hidden input is what actually gets submitted --}}
Click the color box or type a hex code.
{{-- Logo Upload --}} {{-- ── Dark Logo (admin sidebar / light backgrounds) ── --}}
Dark Logo
Used in admin panel (light background)
{{-- Preview box with white bg --}}
Choose Dark Logo
SVG, PNG, JPG — max 2MB
{{-- ── Light Logo (React frontend / dark backgrounds) ── --}}
Light Logo
Used on website (dark background)
{{-- Preview box with dark bg --}}
Choose Light Logo
SVG, PNG, JPG — max 2MB
Continue — Admin Account