@extends('layouts.base') @section('title', __('Unresolved Reports')) @section('content')
| ID | {{ __('Waypoint') }} | {{ __('Email') }} | {{ __('Message excerpt') }} | {{ __('Date') }} | |
|---|---|---|---|---|---|
| {{ $r->id }} | @if($r->point) {{ $r->point->name }} @else {{ __('Deleted point') }} @endif | {{ $r->email ?? '—' }} | {{ Str::limit($r->message, 60) }} | {{ $r->created_at->format('Y-m-d H:i') }} | {{-- --}} {{ __('View') }} |