@props(['head' => ['key' , 'value'], 'body' => [['value' , 'another value'], ['value', 'another value']]])
@isset($head) @foreach ($head as $th) @endforeach @foreach ($body as $item) @foreach ($item as $value) @endforeach @endforeach @endisset
{{$th}}
{{$value}}