@extends('frontend.email.email-master') @section('content')

{{__('Hi')}} {{ucwords($details['name']) }},

{{__('This is an e-mail from')}} {{ config('app.name') }}.

{{-- Content Start --}}

{{__('You are receiving this email because we received a transaction password reset request for your account.')}}

@include('frontend.email.inc.button', ['url' => url($details['url']), 'text' => 'Reset password']) {{-- Content End --}}

{{__("If you don't recognize this activity, please disable your account and")}} {{__('Contact us')}} {{__('immediately.')}}

@endsection