@extends('layouts.dashboard') @section('title', 'Home') @section('content') @section('myJS') @endsection @foreach($dashboardData as $item) {!! $item !!} @endforeach @endsection