@extends('dashboard.core') @section('dashboard-heading') @if(count($rows) > 0) @endif @endsection @section('dashboard-body') @foreach($columns as $column) @endforeach @foreach($rows as $row) @foreach($columns as $column) @endforeach @endforeach
{{ $column[0] }}
{{ $column[0] }}: {{ $row[$column[1]] }}
@endsection