@extends($data->count() > 0 ? 'stisla.layouts.app-table' : 'stisla.layouts.app') @section('title') {{ $title }} @endsection @section('content') @include('stisla.includes.breadcrumbs.breadcrumb-table')
{{ __('Merupakan halaman yang menampilkan kumpulan data ' . $title) }}.
| # | {{ __('Pengguna') }} | {{ __('Roles') }} | {{ __('Uri') }} | {{ __('Query String') }} | {{ __('Method') }} | {{ __('Request Data') }} | {{ __('IP') }} | {{ __('User Agent') }} | {{ __('Browser') }} | {{ __('Platform') }} | {{ __('Device') }} | {{ __('Is Ajax') }} | {{ __('Created At') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->user->name ?? '-' }} | @foreach ($item->roles as $role) {{ $role }} @endforeach | {{ $item->uri }} | @if ($item->query_string) @else @endif | {{ $item->method }} | @include('stisla.includes.forms.buttons.btn-primary', [ 'data_target' => '#logModal', 'data_toggle' => 'modal', 'label' => __('Lihat'), 'onclick' => "showLogData(this, '#b" . $item->id . "');", 'size' => 'sm', ]) | {{ $item->ip }} | {{ $item->user_agent }} | {{ $item->browser }} | {{ $item->platform }} | {{ $item->device }} | @if ($item->is_ajax) Ya @else Tidak @endif | {{ $item->created_at }} |