@extends('stisla.layouts.app-table') @section('title') Dashboard @endsection @section('content')
{{ $_app_description }}
@if (auth_user()->can('Profil')) @endif| # | {{ __('Judul') }} | {{ __('Jenis') }} | {{ __('Request Data') }} | {{ __('Before') }} | {{ __('After') }} | {{ __('IP') }} | {{ __('User Agent') }} | {{ __('Pengguna') }} | {{ __('Role') }} | {{ __('Created At') }} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->title }} | {{ $item->activity_type }} | @include('stisla.includes.forms.buttons.btn-primary', [ 'data_target' => '#logModal', 'data_toggle' => 'modal', 'label' => __('Lihat'), 'onclick' => "showLogData(this, '#rd" . $item->id . "');", 'size' => 'sm', ]) | @include('stisla.includes.forms.buttons.btn-primary', [ 'data_target' => '#logModal', 'data_toggle' => 'modal', 'label' => __('Lihat'), 'onclick' => "showLogData(this, '#b" . $item->id . "');", 'size' => 'sm', ]) | @include('stisla.includes.forms.buttons.btn-primary', [ 'data_target' => '#logModal', 'data_toggle' => 'modal', 'label' => __('Lihat'), 'onclick' => "showLogData(this, '#a" . $item->id . "');", 'size' => 'sm', ]) | {{ $item->ip }} | {{ $item->user_agent }} | {{ $item->user->name }} | @foreach ($item->roles as $role) {{ $role }} @endforeach | {{ $item->created_at }} |