@extends('layouts.main') @section('title', 'Contact - Linkie.dev') @section('content') {{-- Contact Page: Form with dark styling --}}
{{-- Page Header: Title --}}

Get in Touch

Have a question or want to collaborate? Send us a message!

{{-- Contact Form: Dark theme, accent color buttons --}}
@csrf {{-- Name Field: Full width --}}
@error('name')

{{ $message }}

@enderror
{{-- Email Field: Full width --}}
@error('email')

{{ $message }}

@enderror
{{-- Subject Field: Full width --}}
@error('subject')

{{ $message }}

@enderror
{{-- Message Field: Textarea, full width --}}
@error('message')

{{ $message }}

@enderror
{{-- Submit Button: Accent color, full width on mobile --}}
{{-- Social Links: Below form --}}

Or connect with us on social media:

@endsection