@extends('emails.layouts.layout') @section('content')
| Hello {{$name}}, |
| {{ $body_message}} |
| You can always contact us and if we don’t respond immediately we’ll be back to you within 24 hours. |
| The {{ config('app.name') }} Support Team |
| {{env('SUPPORT_EMAIL')}} |