@extends('layouts.index') @push('css') @endpush @section('content') @include('layouts.include._breadcrumb')

Data {{ $title }}

Data {{$title}}

@foreach ($userlogs as $userlog) @endforeach
No Aksi Detail Aksi User IP Waktu
{{ $loop->iteration }} {{ $userlog->action }} {{ $userlog->action_detail }} {{ $userlog->user->nama }} {{ $userlog->ip }} {{ $userlog->created_at }}
@endsection @push('js') @endpush