@component('mail::layout')
@slot('header')
@component('mail::header', ['url' => config('app.url')])
eCase Management System
@endcomponent
@endslot
# Hello
You are receiving this email because we received a password reset request for your account. Click reset password button
to reset your password.
@component('mail::button', ['url' => 'http://localhost:4200/reset-password?token='.$token])
Reset your password
@endcomponent
This password reset link will expire in 60 minutes.
If you did not request a password reset, no further action is required.
Regards,
{{ config('app.name') }} Team.
@slot('subcopy')
@component('mail::subcopy')
If you’re having trouble clicking the "Reset your password" button, copy and paste the URL below into your web browser:
{{ url('http://localhost:4200/reset-password?token='.$token) }}
@endcomponent
@endslot
@slot('footer')
@component('mail::footer')
© {{ date('Y') }}. eCase Management System.
Judiciary of Tanzania. All rights reserved.
@endcomponent
@endslot
@endcomponent