Server License Management

{{ $action === 'add' ? 'Create' : ($action === 'edit' ? 'Edit' : '') }}

@if ($action === 'list') @if ($message)
{{ $message }}
@endif
@foreach ($results as $license) @endforeach
# Server Key Company Status License Date Current Version Database Action
{{ $license->SNKEY }} {{ \Illuminate\Support\Str::limit($license->COMPANY, 40) }} {{ $license->STATUS }} {{ $license->LICENSEDATE }} {{ $license->CUR_VERSION }} {{ \Illuminate\Support\Str::limit($license->DATABASETYPE, 40) }}
{{ $results->links('livewire.paginate-custom') }}
@elseif($action === 'add') @elseif($action === 'edit') @endif @push('script') @endpush