Choose Project Type
    @foreach($project_type as $type) @if( in_array( $type['slug'], ($subscribedPlans ?? []) ) )
  • done
    @if ($type['id'] == 2) @else @endif

    {{$type['name'] ?? ''}}

  • @endif @endforeach