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

{{ html_entity_decode($data["body"]) }}
@if (!empty($data["OTP"]))

Use this verification code below to verify your email on {{ config('company.name') }} website {{ $data["OTP"] }} @endif
@endsection