@extends('email.layout.template') @section('title', 'Test') @section('content')

{{ is_array($data) ? json_encode($data) : $data }}

@endsection