@extends('layout.app') @section('content')
| Time | User | IP | Results | Search criteria | Remark |
|---|---|---|---|---|---|
| {{ $log->created_at->format('Y-m-d H:i:s') }} |
{{ $log->user->name ?? '—' }}
@if ($log->user)
{{ $log->user->email }} @endif |
{{ $log->ip_address ?? '—' }} | {{ $log->result_count }} |
@foreach ($log->criteria ?? [] as $key => $val)
{{ $key }}:
@if (is_array($val))
{{ json_encode($val, JSON_UNESCAPED_UNICODE) }}
@else
{{ $val }}
@endif
@endforeach
@if (empty($log->criteria))
—
@endif
|
{{ $log->criteria_remark }} |
| No search history in this range. | |||||