File: D:/HostingSpaces/debout/debout.nl/vendor/komma/kms/resources/views/emails/kms/setPassword.blade.php
@extends('KMS::emails.master')
@section('title')
@lang('KMS::notifications.kms_set_password.subject')
@endsection
@section('content')
@lang('KMS::notifications.kms_set_password.mail_greeting', ['first_name' => $user->first_name ])
<br/>
<br/>
{!! __('KMS::notifications.kms_set_password.mail_intro') !!}
<br/>
<br/>
<br/>
<br/>
<a href="{{ $setPasswordUrl }}" class="button button-blue" target="_blank">
@lang('KMS::notifications.kms_set_password.mail_action')
</a>
<br/>
<br/>
<br/>
{!! __('KMS::notifications.kms_set_password.mail_outro') !!}<br>
{!! $setPasswordUrl !!}
@endsection
@section('layout')
@include('KMS::emails.components.headerBar', ['headerBarTitle' => __('KMS::notifications.kms_set_password.subject')])
@include('KMS::emails.components.body')
@include('KMS::emails.components.footer', ['footerText' => '© ' . config('site.company.name')])
@endsection