@extends("admin.admin_app") @section("content")
{{ html()->form('POST', url('/admin/verify_purchase_app')) ->attributes(['class' => 'form-horizontal', 'id' => 'post_form', 'name' => 'post_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
If you don't know click here
{{ html()->form()->close() }}
Note: Use app purchase code only, not work with script purchase code.
@include("admin.copyright")
@endsection