@extends('layouts.user') @section('title', 'Contact Us | Smart Dermatology') @push('styles') @endpush @section('content') Contact Us We're here to answer your questions and hear your feedback. Send a Message Fill out the form below and our team will get back to you shortly. @if (session('status')) {{ session('status') }} @endif @csrf Full Name @error('name') {{ $message }} @enderror Email Address @error('email') {{ $message }} @enderror Phone Number @error('phone') {{ $message }} @enderror Message {{ old('message') }} @error('message') {{ $message }} @enderror Submit Inquiry @endsection
We're here to answer your questions and hear your feedback.
Fill out the form below and our team will get back to you shortly.