@extends('layout') @section('css') @endsection @section('content')
@if(!$logs->isEmpty()) @php($i=1) @foreach($logs as $log) @php($i++) @endforeach @else @endif
No Datetime User Role Aktivitas Keterangan
{{$i}}
{{@$log->created_at}}
{{@$log->user->nama}}
{{config('custom.role.'.@$log->user->role)}}
{{@$log->aktivitas}}
{{@$log->keterangan}}
Data Kosong
@endsection @section('js') @endsection