@extends('layouts.app') @section('title', 'Statistiche') @section('content')
Codice Fiscale | Partita Iva | Nominativo | Cciaa | Punteggio | Descrizione/Fido | Semaforo | File | Creata | @foreach($credit as $check)
---|---|---|---|---|---|---|---|---|
{{$check->cf}} | {{$check->piva}} | {{$check->nominativo}} | {{$check->cciaa}} | {{$check->punteggio}} | {{$check->fido}} | {{$check->semaforo}} | @if ($check->filename != null) Pdf @endif | {{date('d/m/Y',strtotime($check->created_at))}} |