@extends('frontend.email.email-template') @section('content')
Hi {{ucfirst($details['name']) }},
{{__('Login to your account. Please just press the below button.') }}
{{__('Please click here for login')}}
{{__('If you have any questions, just reply to this email—we're always happy to help out.') }}
Regards,
{{ config('app.name') }}
@endsection