@extends('layouts.layout') @section('content')

Licenses

@include('notify.errors') @include('notify.success')

Edit License

@csrf
@php $software = \App\Software::firstWhere('id', $license->software_id); @endphp
@if (time() < strtotime($license->end_at)) @else @endif
@php $cmd = \App\Software::firstWhere('id', $license->software_id); $reseller = \App\Reseller::firstWhere('id', $license->reseller_id); @endphp {{-- Textarea for displaying installation commands --}}

Basic Info

Server Status:

Auto Renew

@csrf
auto_renew ? 'checked' : '' }}>
@endsection