@extends('layouts.master') @section('title') {{ $solution['name'] }} @endsection @section('content')

{{ $solution['name'] }}

@php $heroImage = \App\Support\SolutionAssets::url( $solution['assets']['hero'] ?? null, $solution['image'] ); $logoImage = \App\Support\SolutionAssets::url($solution['assets']['logo'] ?? null); $screenshots = collect($solution['assets']['screenshots'] ?? []) ->filter(fn ($shot) => \App\Support\SolutionAssets::exists($shot['file'])); @endphp
@if ($logoImage) {{ $solution['name'] }} @endif {{ $solution['sector'] }}

{{ $solution['tagline'] }}

{{ $solution['long_description'] }}

@if (! empty($solution['audiences']))
Pour qui ? @foreach ($solution['audiences'] as $audience) {{ $audience }} @endforeach
@endif
@if (($solution['url'] ?? '') !== ($solution['app_url'] ?? '')) Site vitrine Application @else Accéder à la plateforme @endif Demander une démo

En chiffres

@foreach ($solution['stats'] as $stat)
{{ $stat['label'] }} {{ $stat['value'] }}
@endforeach
@if ($screenshots->isNotEmpty())
Aperçu

La plateforme en images

@foreach ($screenshots as $shot)
{{ $shot['caption'] }}

{{ $shot['caption'] }}

@endforeach
@endif
Fonctionnalités

Ce que {{ $solution['name'] }} vous apporte

@foreach ($solution['features'] as $feature)
{{ $feature['title'] }}

{{ $feature['title'] }}

{{ $feature['text'] }}

@endforeach
@if (! empty($solution['testimonials']))
Témoignages

Ce que disent nos utilisateurs

@foreach ($solution['testimonials'] as $testimonial)

« {{ $testimonial['quote'] }} »

{{ $testimonial['author'] }} {{ $testimonial['role'] }}
@endforeach
@endif
Pourquoi {{ $solution['name'] }}

Une solution pensée pour le terrain

    @foreach ($solution['highlights'] as $highlight)
  • {{ $highlight }}
  • @endforeach
icon
Développé par Evolutic Groupe

Besoin d'une démonstration personnalisée ou d'un accompagnement à l'intégration ?

Contactez-nous
Prêt à commencer ?

Essayez {{ $solution['name'] }}

@if (($solution['url'] ?? '') !== ($solution['app_url'] ?? '')) Site vitrine Application @else Accéder à la plateforme @endif
@endsection