@foreach ($card["items"] as $item) @if ($loop->first) @foreach ($item as $cell_title => $cell_value) @endforeach @endif @endforeach @foreach ($card["items"] as $row) @foreach ($row as $cell_title => $cell_value) @endforeach @endforeach
{{__("app.common.".$cell_title)}}
{{$cell_value}}