Logo

{{ $subjectLine }}

@foreach ($payload as $key => $value) @if(!$value || $value == '' || $key == 'cv') @continue @endif @endforeach
Field Value
{{ ucwords(str_replace(['_', '-'], ' ', (string) $key)) }} @if(is_array($value) || is_object($value))
{!! e(json_encode($value, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT)) !!}
@else {!! nl2br(e((string) $value)) !!} @endif
Submitted At {{ \Carbon\Carbon::parse($submittedAt)->format('F j, Y g:i A') }}
{{ config('app.name') }}