@extends('layouts.app') @section('title', 'Contact Us') @section('content')

Contact Us

@if(session('status'))
{{ session('status') }}
@endif
@foreach(\App\Models\SocialLink::where('is_active', true)->get() as $link) {{ ucfirst($link->platform) }} @endforeach
@csrf
@endsection