@extends('layouts.admin') @section('content')
{{ __('System Purchase Activation') }}
@include('includes.admin.form-success')
@if($activation_data != "")
@php echo $activation_data; @endphp
@else
@include('includes.admin.form-both') {{ csrf_field() }}

{{ __('How to get purchase code?') }}

@endif
@endsection @section('scripts') @endsection