@extends('emails.layouts.app') @section('content')

Dear {{ $details['data']['record_data']->name??'' }},

{{ $details['data']['message']??'' }}

{{--

Your account has been updated with the following details:

--}} {{--
Field Value
Name {{ $details['data']['record_data']->name }}
Email {{ $details['data']['record_data']->email }}
Address {{ $details['data']['record_data']->address }}
--}}

If you have any questions, feel free to contact us.

@endsection