Create something new


{!! __("text.creation_hub") !!}

@foreach($projectTypes as $projectType)

{!! __($projectType["description"]) !!}

@if($projectType["active"] == true ) {{ __($projectType['btnLabel']) }} @else Not Available in this plan @endif
@endforeach