@extends('emails.layout.email') @section('content')

{{ $data['title'] }}

{!! $data['content'] !!}
{{-- @dd($data); --}} @endsection