@if (project(); as p) {
Zurück {{ p.branch }}

{{ p.company }}

{{ p.description }}

@if (p.result) {
{{ p.result }}
}

Leistungen im Projekt

@for (feature of p.features; track feature.title; let i = $index) {
@switch (feature.icon) { @case ('search') { } @case ('smartphone') { } @case ('shield') { } @case ('target') { } @case ('calendar') { } @case ('award') { } @case ('calendar-check') { } @case ('list') { } @case ('google') { } }

{{ feature.title }}

{{ feature.description }}

}
@if (p.testimonial) {

"{{ p.testimonial.quote }}"

{{ p.testimonial.author }} {{ p.testimonial.role }}, {{ p.company }}
}

Erfolgreich online – wie Ihr Projekt

Lassen Sie uns gemeinsam Ihr nächstes Projekt realisieren.

Projekt anfragen
@if (otherProjects().length > 0) {

Weitere Projekte

@for (other of otherProjects(); track other.slug) {
{{ other.branch }}

{{ other.company }}

Projekt ansehen
}
} } @else {

Projekt nicht gefunden

Das gesuchte Projekt existiert leider nicht.

Zurück zur Startseite
}