@extends('admin.layouts.master') @section('page.name', __('License')) @section('page.body')

{{__('License')}}

{{__('License Details')}}

  • {{__('License Type')}} {{$purchaseDetails->license()}}
  • {{__('Purchase Date')}} {{$purchaseDetails->soldAt()->toDayDateTimeString()}}
  • {{__('Supported Until')}} {{$purchaseDetails->soldAt()->toDayDateTimeString()}}
  • {{__('Domain')}} {{$purchaseDetails->domain()}}
  • {{__('Cron Last Run')}} @if($carbon = Cache::get('cron.timestamp')) {{$carbon->diffForHumans()}} @else {{__('Not Available')}} @endif
{!! Form::open(['class' => 'form form-horizontal', 'method' => 'POST']) !!}

{{__('Change License')}}

{{__('Important!')}} {{__('Please be aware that current license has been registered to this domain, and cannot be transferred. You may register a new license using the form below.')}}

{!! Form::label('code', __('Purchase Code'), ['class' => 'col-md-3']) !!}
{!! Form::text('code', null, ['class' => 'form-control']) !!}
{!! Form::close() !!}
@endsection