@extends('email.layouts.master') @section('content')
Hi {{ $data['username'] }},

{{ html_entity_decode($data['body']) }}

@endsection