@extends('layouts.print') @section('content') @foreach($rows as $row)
@foreach($row as $item)
{{ $item["name"] }}
@endforeach
@endforeach @endsection