@extends('layouts.app') @section('title', $report->name . ' - Rapor Detayı') @section('page-title', $report->name) @section('content')
{{ $reportTypes[$report->type]['description'] ?? '' }}
{{ $report->error_message }}
Rapor hazırlandığında sayfayı yenileyin.