@extends('layouts.dashboard') @section('title', $reportName) @section('content') {{ ucwords($reportName) }} {{ $reportCategory }} > {{ ucwords($reportName) }} @foreach($apiData as $k=>$v) @php $headers = array_keys($v); @endphp @endforeach Product ID @foreach($headers as $header) {{ $header }} @endforeach @foreach($apiData as $k=>$v) {{ $k }} @foreach($v as $attName=>$attVal) {{ $attVal}} @endforeach @endforeach @endsection