@if(count(json_decode($project->gallery_top)) > 0)
@endif
@if(count(json_decode($project->gallery_middle)) > 0)
@endif
@if(count(json_decode($project->gallery_bottom)) > 0)
@foreach(json_decode($project->gallery_top) as $image)
@endforeach
@endif
@if($project->text_middle)
{!! $project->text_middle !!}
@foreach(json_decode($project->gallery_middle) as $image)
@endforeach
@endif
@if($project->text_bottom)
{{ $project->subtitle_bottom }}
{!! $project->text_bottom !!}
@foreach(json_decode($project->gallery_bottom) as $image)
@endforeach
@endif