@extends('layouts.panel')
@section('page_title')
گزارشات خطا
@endsection
@section('custom_css')
@endsection
@section('content')
@if(session('success'))
{{ session('success') }}
@endif
| ردیف |
{{-- خطا | --}}
ایمیل |
پیام |
|
@foreach ($errorreports as $error)
| {{ $error->id}} |
{{ $error->eml }} |
{{ $error->msg }} |
|
@endforeach
@endsection
@section('custom_js')
@endsection