@extends('layouts.dashboard') @section('content') @php $states = [ 'pending' => 'En attente', 'refused' => 'Refusé' ]; $colors = [ 'pending' => 'bg-yellow-100 text-yellow-800', 'refused' => 'bg-gray-200 text-gray-600' ]; @endphp @push('head') @endpush

Demandes d'inscription SAV

@endsection