@extends('emails.layout') @section('content') @foreach($input as $key => $value) @endforeach
{!! config('cms.fields.'.$key) ?? $key !!} {!! nl2br(htmlentities($value)) !!}
@endsection