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

Branding

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

Branding

@php $reseller = App\Models\Reseller::firstWhere('user_id', Auth::id()); @endphp
@csrf

Instructions

  • Your provided Brand name will show on activatior screen.
  • Use your brand domain as which domain you want to use as selling licenses.
  • Repo sub-domain where you will need to host the pre.sh file.
@endsection @section('endfooter') @endsection