@php $enableCategoryService = false; @endphp

Edit Project

Update and manage your project showcase

Basic Information

@if ($enableCategoryService)
@endif

Rotating Highlights

@if (count($rotating_text))
@foreach ($rotating_text as $index => $text) {{ $text }} @endforeach
@endif

Hero Media

@if ($hero_media_type === 'image')
@if ($hero_image) @elseif ($hero_media) @endif
@else
@if ($hero_media) @endif
@endif