{{$title}}
@foreach ($albums as $key => $project)
@php
if(!isset($project->category->url)){
$project->category = $project->category()->first();
$project->category->structure();
}
@endphp
@endforeach