@extends('layouts.app') @section('title', 'Hotel Audit Log') @section('page-title', 'Hotel Audit Log') @section('content')
Reset
@forelse($logs as $log) @empty @endforelse
StaffActionModuleDescriptionIPDeviceTime
{{ $log->user_name }}
{{ $log->role }}
{{ $log->action }} {{ $log->module }} {{ Str::limit($log->description, 70) }} {{ $log->ip_address }} {{ $log->browser }} {{ $log->created_at->format('d M Y') }}
{{ $log->created_at->format('H:i:s') }}

No audit logs

@if($logs->hasPages()) @endif
@endsection