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

Checkout

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

Order License

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