@extends('layouts.base') @section('content') @section('breadcrumb') @endsection

{{ $application->name }}

{{ $application->slug }}

@if($application->is_active) Application active @else Application inactive @endif
Informations détaillées
Informations de l'application

{{ $application->name }}

{{ $application->slug }}

@if($application->domain) {{ $application->domain }} @else Non défini @endif

{{ $application->description ?: 'Aucune description' }}

@if($application->price_monthly) {{ number_format($application->price_monthly, 2) }} € @else Non défini @endif

@if($application->price_yearly) {{ number_format($application->price_yearly, 2) }} € @else Non défini @endif

@if($application->max_users) {{ number_format($application->max_users) }} utilisateur(s) @else ∞ Illimité @endif

Informations techniques

{{ $application->id }}

{{ $application->token }}

@if($application->is_active) Active @else Inactive @endif
@if($application->subscription_manager) Activé @else Désactivé @endif

@if($application->subscription_created_at) {{ $application->subscription_created_at->format('d/m/Y') }} @else Non défini @endif

@if($application->subscription_expires_at) {{ $application->subscription_expires_at->format('d/m/Y') }} @else Non défini @endif

@if($application->logo) Logo {{ $application->name }} @else Aucun logo @endif

@if($application->subscription)
Abonnement associé

@if($application->subscription->price_monthly) {{ number_format($application->subscription->price_monthly, 2) }} € /mois @else Gratuit @endif

@if($application->subscription->price_yearly) {{ number_format($application->subscription->price_yearly, 2) }} € /an @else Gratuit @endif

@if($application->subscription->description)

{{ $application->subscription->description }}

@endif
@if($application->subscription->is_active) Abonnement actif @else Abonnement inactif @endif @if($application->subscription->visible) Visible @else Masqué @endif
@else
@endif @if($application->featuresAll && $application->featuresAll->count() > 0)
Fonctionnalités associées
@endif
Dates importantes

{{ $application->created_at->format('d/m/Y à H:i') }}

{{ $application->updated_at->format('d/m/Y à H:i') }}

Utilisateurs et clients associés

{{ $application->users->count() }} utilisateur(s)

{{ $application->clients()->count() }} client(s)

@if($application->users && $application->users->count() > 0)
@else
Aucun utilisateur associé

Cette application n'a pas encore d'utilisateurs assignés.

@endif
@endsection