芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/activation.blade.php
@extends('layouts.admin') @section('content')
{{ __('System Purchase Activation') }}
{{ __('Dashboard') }}
{{ __('System Activation') }}
@include('includes.admin.form-success')
@if($activation_data != "")
@php echo $activation_data; @endphp
@else
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Purchase Code') }} *
{{ __('How to get purchase code?') }}
{{ __('Submit') }}
@endif
@endsection @section('scripts') @endsection