@extends('layouts.app') @section('title', 'Raporlar') @section('page-title', 'Raporlar') @section('content')
Özelleştirilebilir raporlar oluşturun ve yönetin
Yükleniyor...
| Rapor Adı | Tip | Format | Durum | Kayıt Sayısı | Oluşturan | Oluşturulma | İşlemler | |
|---|---|---|---|---|---|---|---|---|
| {{ $reportTypes[$report->type]['name'] ?? $report->type }} | {{ strtoupper($report->file_format ?? '-') }} | {{ $report->status_label }} | {{ $report->record_count ? number_format($report->record_count) : '-' }} | {{ $report->creator->name }} | {{ $report->created_at->format('d.m.Y H:i') }} | |||
|
Henüz rapor bulunmuyor Yeni bir rapor oluşturmak için "Yeni Rapor Oluştur" butonuna tıklayın. |
||||||||