I have the following array that I need to use in a laravel email view template
$inputs[\'test\']
Which looks like this when I dd($inputs[
dd($inputs[
You have to use array not object loop:
foreach($inputs['test']['order'] as $test){ echo $test; }