@if ($records)
@if (session('success')) @endif @if (session('error')) @endif
@foreach ($records as $record) @if ($record['history'] != null) @endif @endforeach
Name Email Description Date & Time Action
{{ $record['user']->firstname }} {{ substr($record['user']->middlename, 0, 1) }}. {{ $record['user']->lastname }} {{ $record['user']->email }} {{ $record['history']->description }} @if (isset($record['history']->extra_description)) ({{ $record['history']->extra_description }}) @endif {{ \Carbon\Carbon::parse($record['history']->datetime)->format('F d - h:i A') }} {{-- --}}
Page 1 of
@else

No History Yet.

Add History
@endif