@extends('layouts.app') @section('title', 'Validation Logs') @section('breadcrumb')
| License | Customer | Action | Description | IP | By | Time |
|---|---|---|---|---|---|---|
{{ $log->license?->license_key }} |
{{ $log->license?->customer?->company_name }} | {{ ucfirst($log->action) }} | {{ $log->description }} | {{ $log->ip_address }} | {{ $log->created_by }} | {{ $log->created_at?->format('d M Y H:i') }} |