@extends('layout')
@section('css')
@endsection
@section('content')
| No |
User |
Datetime |
Aktivitas |
Action |
{{-- @if(!$logs->isEmpty())
@foreach($logs as $log)
| {{ $loop->iteration }} |
{{ @$log->user->nama?@$log->user->nama:'-' }} |
{{ $log->created_at }} |
{{ $log->modul }} |
|
@endforeach
@else
| Data Kosong |
@endif --}}
@endsection
@section('js')
@endsection