@extends('dashboard.layouts.app') @section('content')
| # | Log | Description | By | Type | Date |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $log->event.' '.$log->log_name }} | {{ $log->description }} | {{ $log->causer ? $log->causer->name : 'Not Avilable' }} | @if($log->causer) {{ $log->causer->type }} @else Not Avilable @endif |
{{ $log->created_at->format('Y-m-d h:i a') }} |