@extends('layouts.main') @push('styles') @endpush @section('content')

{{__('strings.user_log')}}

@php $logs = \App\Models\UserLog::where('user_id', Auth::user()->ID_USER)->orderBy('created_at','desc')->limit(20)->get(); @endphp
@endsection('content') @push('scripts') @endpush