@extends('cms.layouts.authorized') @section('title', 'Daftar Log Activity Mobile') @section('headerCustom') @php $title = 'Daftar Log Activity Mobile'; @endphp @endsection @section('content')
{{ $title }}
@tableconfig
@tableajax(route('admin.userLogData')) Nama IP Address Event Log At {{-- Aksi--}} @endtableajax
@endsection