'success', 'title' => 'Create FireStone Logo', 'text' => 'Due in 2 Days', ), array( 'color' => 'primary', 'title' => 'Stakeholder Meeting', 'text' => 'Due in 3 Days' ), array( 'color' => 'warning', 'title' => 'Scoping & Estimations', 'text' => 'Due in 5 Days' ), array( 'color' => 'primary', 'title' => 'KPI App Showcase', 'text' => 'Due in 2 Days' ), array( 'color' => 'danger', 'title' => 'Project Meeting', 'text' => 'Due in 12 Days' ), array( 'color' => 'success', 'title' => 'Customers Update', 'text' => 'Due in 1 week' ) ); ?>

Todo

{{ theme()->getView('partials/menus/_menu-3') }}
@foreach($listRows as $row)
{{ $row['title'] }} {{ $row['text'] }}
New
@endforeach