@extends('layouts.work') @section('works') @foreach($workarray as $title => $rows) @if(count($rows['rows']) >0)
  • {{$title}}
  • @endif @endforeach @endsection