@extends('layouts.master', ['title' => 'List - License - Pages']) @section('workspace')
| License Key | App Id | License Type | Change License Count | Register Date | Status | Action |
|---|---|---|---|---|---|---|
| {{ $license->license_key }} | {{ $license->app_id }} | {{ ucfirst($license->license_type )}} | {{ $license->change_license_count }} | {{ $license->registered_date }} |
@if($license->status == 'active')
{{$license->status}}
@else
{{$license->status}}
@endif
|
@if($license->app_id == '')
{{--Assign License--}}
@else
{{--Customer Info--}}
{{-- Change License Type--}}
@if($license->status == 'active')
{{--Disable License--}}
@else
{{--Enable License--}}
@endif
{{--Transfer License--}}
@endif
{{-- --}}
{{-- --}}
{{-- --}}
|
| No License Found | ||||||