@extends('adminlte::page') @section('title', 'Piani Alimentari in Sospeso') @section('content_header')
| ID | Data Richiesta | Cliente | Stato | Azioni |
|---|---|---|---|---|
| {{ $richiesta->id }} | {{ $richiesta->data_richiesta->format('d/m/Y H:i') }} | @if(isset($richiesta->dati_richiesta['cliente_id']) && $richiesta->dati_richiesta['cliente_id']) @php $cliente = \App\Models\Clienti::find($richiesta->dati_richiesta['cliente_id']); @endphp @if($cliente) {{ $cliente->Nome }} @else Cliente non trovato @endif @else N/A @endif | In Attesa |
Non ci sono piani alimentari in attesa di processamento.