@extends('layouts.layout') @section('content')

Checkout

@include('notify.errors') @include('notify.success')

Order License

With this option, you can offer your clients 7 days of free trial of any license to your clients. completely free. Trial can only be applied once per IP address for each license type.

@csrf
@php $reseller_id = App\Models\Reseller::firstWhere('user_id', Auth::id()); @endphp
@endsection @push('script') @endpush