@php $enableCategoryService = false; // 👈 future me true kar dena @endphp

Add Project

Create and manage your project showcase

Basic Information

@if ($enableCategoryService)
@endif

Rotating Highlights

Add short highlights that rotate on the project card.

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

Hero Media

@if ($hero_media_type === 'image')
@if ($hero_image) @endif
@else
@if ($hero_media)
@if (Str::contains($hero_media, ['youtube.com', 'youtu.be'])) @else @endif
@endif
@endif