@extends('email.layout')
@section('content')
{{__('You have been registered as an honorary member of the Royal Society for the Conservation of Nature (RSCN)')}}
{{ __('Email: ').$details['email'] }}
{{ __('Password: ').$details['password'] }}
{{__('Go Home')}}
@endsection