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