@extends('emails.layouts.layout') @section('content')
| Hello, |
| Patient Ask Us Details |
|
A mail has come from customer regarding query. |
|
From : {{$data['email']}} |
|
Title : {{$data['name']}} |
|
Description : {{ $data['message'] }} |
| The {{ config('app.name') }} Support Team |
| {{env('SUPPORT_EMAIL')}} |