@extends('layouts.dashboard') @section('content') @php $states = [ 'pending' => 'Nouveau', 'exported' => 'Exportés', 'trash' => 'Corbeille' ]; $colors = [ 'pending' => 'bg-yellow-100 text-yellow-800', 'exported' => 'bg-blue-100 text-blue-800', 'trash' => 'bg-gray-200 text-gray-600' ]; @endphp @push('head') @endpush