@extends('layouts.performance') @section('title', 'Form Raporları') @push('styles') @endpush @section('perf-content')

Form Raporları

Modül bazlı form cevapları.

@if (!$ready)
Form tabloları hazır değil. Migration çalıştırılmalıdır.
@endif
Temizle
@forelse ($responses as $response) @empty @endforelse
Şablon Modül Entity Tarih Detay
{{ $response->template_name }} {{ $response->module_key }} {{ $response->entity_id ?? '-' }} {{ $response->submitted_at ?? $response->created_at }}
Kayıt bulunamadı.
@foreach ($responses as $response) @endforeach @endsection @push('scripts') @endpush