@extends('adminlte::page') @section('title', 'Users') @section('content')

Analytics

@php $tables = [ 'both' => 'both-table', 'web' => 'web-table' , 'app' => 'app-table' ]; @endphp @foreach ($tables as $id => $table)
User Name Page URL Date IP Page View Device
@endforeach
@endsection @section('js') @endsection