Choose Project Type
    @foreach($project_type->where('slug', '!=', 'website-seo') as $type) @if($active_plans->contains( $type->slug ))
  • done
    @if ($type->id == 2) @elseif ($type->id == 3) @else @endif {{$type->name ?? ''}}
  • @endif @endforeach