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

Hii {{$details['name'] ?? ''}},

@if($details['status'] == 1)

{{$details['msg']}}. Please click below button to set your password.

{{__('Set password')}}

@else

{{$details['msg']}}.

@endif

{{__('If you did not make this request, you can safely ignore this email.')}}

@endsection