@extends('layouts.dashboard.main')
{{-- content --}}
@section('content')
@include('layouts.dashboard.components.report.nav')
@if($report_list_count > 0)
@foreach($report_list as $key => $value)
未読
{!! __("lang.report.is_important") !!}
{!! __("lang.report_file.short_title") !!}
@endforeach
@else
@if(is_null($value['timestamp']))
@if($value['report_file_count'] > 0)
@endif
{!! __("lang.error.empty") !!}