{{ ucwords(config('app.name')) }}
@if($type == "admin")

New Contact Query for {{ ucwords($ContactInfo->name) }}

A new contact query has been submitted for Amaik Consultant

    @if($ContactInfo->name)

    User Name: {{ $ContactInfo->name }}

    @endif @if($ContactInfo->phone)

    Contact Number: {{ $ContactInfo->phone }}

    @endif @if($ContactInfo->email)

    Email Address: {{ $ContactInfo->email }}

    @endif @if($ContactInfo->message)

    User Message: {{ $ContactInfo->message }}

    @endif
@else

Thank you for Reaching Us!

Your message has been received. We appreciate your interest and will get back to you as soon as possible.

@endif

Visit website: {{ env('APP_URL') }}