@extends("site.app") @section("title") Payment Success - {{ $setting->main_name }} @endsection @section("content")

Payment Success!

Congratulations! Your payment was successful.

Here is your SnapHRM license number: {{ $license_number }}

Please download you copy from link below:


Download Link: $license_number]) }}">{{ route("download", ["license_number" => $license_number]) }}

Contact us at support@snaphrm.com for assistance with installation on your server.

@endsection @section("javascript") @endsection