@extends('layouts.base') @section('title', 'Gestion des carousels') @section('content') @section('breadcrumb') @endsection
| Titre | Type | Slug | Ordre | Statut | Actions | |
|---|---|---|---|---|---|---|
|
@php
$initials = $carousel->title ? strtoupper(substr($carousel->title, 0, 2)) : '';
@endphp
@if($initials)
{{ $initials }}
@endif
{{ $carousel->title }}
@if($carousel->rule)
{{ Str::limit($carousel->rule, 50) }} @endif |
{{ $carousel->type->getLabel() }} |
{{ $carousel->slug }}
|
{{ $carousel->order }} | @if($carousel->is_active) Actif @else Inactif @endif |