File "NewNotification.blade.php"
Full Path: /home/fundopuh/trader.fxex.org/resources/views/emails/NewNotification.blade.php
File size: 325 bytes
MIME-type: text/plain
Charset: utf-8
{{-- blade-formatter-disable --}}
@component('mail::message')
# {{ $salutaion ? $salutaion : "Hello" }} {{ $recipient}},
@if ($attachment != null)
<img src="{{ $message->embed(asset('storage/'. $attachment)) }}">
@endif
{!! $body !!}
Thanks,<br>
{{ config('app.name') }}
@endcomponent
{{-- blade-formatter-disable --}}