@component('mail::layout') {{-- Header --}} @slot ('header') @component('mail::header', ['url' => config('app.url')]) {{$subject}} @endcomponent @endslot {{-- Content here --}}

نام درخواست کننده :

{{$name}}

ایمیل درخواست کننده :

{{$email}}

{{-- Subcopy --}} @slot('subcopy') @component('mail::subcopy')

{{$message}}

@endcomponent @endslot {{-- Footer --}} @slot ('footer') @component('mail::footer') AylaHome.co AylaHome.co @endcomponent @endslot @endcomponent