@extends('adminlte::page') @section('title', 'Users') @section('content') Analytics Home Analytics All Web App @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