@extends('layouts.base') @section('content') @section('breadcrumb') @endsection
Gérez les thèmes de l'application {{ $application->name }}
{{ $activeTheme->primary_color }}
| Statut | Nom | Couleur primaire | Mode sombre | Date de création | Actions |
|---|---|---|---|---|---|
| @if($theme->is_active) Actif @else Inactif @endif | {{ $theme->name }} |
{{ $theme->primary_color }}
|
@if($theme->dark_mode) Oui @else Non @endif | {{ $theme->created_at->format('d/m/Y à H:i') }} |