@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
Josh Admin
@endcomponent
@endslot
{{-- Body --}}
# Hello {!! $user['user_name'] !!},
Please click on the following link to updated your password
@component('mail::button', ['url' => $user['forgotPasswordUrl'] ])
Reset Password
@endcomponent
Thanks,
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
© 2018 All Copy right received
@endcomponent
@endslot
@endcomponent