@extends('emails.layouts.default-mail') @section('content')
| @include('emails.components.subject-box', [ 'title' => 'New Contact Support Inquiry', 'description' => 'A user has submitted a new inquiry.', ]) | ||
|
Hello Admin! A new contact support inquiry has been submitted and is awaiting your review.
Message: [message] Status: [status] Submitted at: [submitted-date] @endcomponent @component('emails.components.info-box') @slot('title') Submitted by @endslot Name: [full-name] Email: [email] @endcomponent @component('emails.components.notice-box') Please log in to the admin panel to review and respond to this inquiry. @endcomponent
|