Preview: appointment.blade.php
Size: 420 B
/home/getspomw/royalsquad.us/resources/views/emails/appointment.blade.php
<h2>New Appointment Request</h2>
<p><strong>Name:</strong> {{ $data['name'] }}</p>
<p><strong>Email:</strong> {{ $data['email'] }}</p>
<p><strong>Phone Number:</strong> {{ $data['number'] }}</p>
<p><strong>Service Department:</strong> {{ str_replace('_', ' ', $data['dept']) }}</p>
<p><strong>Subject:</strong> {{ $data['subject'] }}</p>
<p><strong>IT Service:</strong> {{ str_replace('_', ' ', $data['service']) }}</p>
Directory Contents
Dirs: 0 × Files: 3