@extends('dashboard.index') @section('content')

Audit Log

@foreach($logs as $log) @endforeach
ID User Action IP Device Date
{{ $log->id }} {{ $log->user_id }} {{ $log->action }} {{ $log->ip_address }} {{ $log->device }} {{ $log->created_at }}
{{ $logs->links() }}
@endsection