@extends('modules.layouts.base') @php $moduleTitle = 'Stampe Rate'; $moduleIcon = 'fas fa-print'; $moduleBreadcrumb = 'Moduli > Stampe Rate'; @endphp @section('module-actions')
@can('stampe_rate_create') Nuova Stampa @endcan
@endsection @section('module-content')n.layouts.netgescon') @section('title', 'Stampe Rate Avanzate') @section('breadcrumb') @endsection @section('content')
@if($stampe->isEmpty())

Nessuna stampa rate ancora generata

Inizia creando la tua prima stampa rate utilizzando i nostri template professionali.

Crea Prima Stampa
@else
@foreach($stampe as $stampa) @endforeach
Data Creazione Stabile Template Rate Generate Stato Azioni
{{ $stampa->created_at->format('d/m/Y') }}
{{ $stampa->created_at->format('H:i') }}
{{ $stampa->stabile_nome }}
{{ $stampa->stabile_indirizzo }}
{{ $stampa->template_nome }} {{ $stampa->rate_count }} rate @if($stampa->status === 'completed') Completata @elseif($stampa->status === 'processing') In elaborazione @elseif($stampa->status === 'failed') Errore @else {{ ucfirst($stampa->status) }} @endif
@if($stampa->status === 'completed') @endif
@if($stampe->hasPages())
{{ $stampe->links() }}
@endif @endif
@endsection @push('scripts') @endpush