@extends('emails.layout') @section('content') @foreach($data ?? [] as $key => $value)
{{ ucfirst($key) }}: {{ $value }}