Data {{ $title }}
Data {{$title}}
No | Aksi | Detail Aksi | User | IP | Waktu |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $userlog->action }} | {{ $userlog->action_detail }} | {{ $userlog->user->nama }} | {{ $userlog->ip }} | {{ $userlog->created_at }} |
@extends('layouts.index') @push('css') @endpush @section('content') @include('layouts.include._breadcrumb')
No | Aksi | Detail Aksi | User | IP | Waktu |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $userlog->action }} | {{ $userlog->action_detail }} | {{ $userlog->user->nama }} | {{ $userlog->ip }} | {{ $userlog->created_at }} |