@yield('preloader')
@csrf

{{base64_decode('UGxlYXNlIGFjdGl2YXRlIHlvdXIgbGljZW5zZQ==')}}

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@if($errors->has('domain'))
{{ $errors->first('domain') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('codecanyon_username'))
{{ $errors->first('codecanyon_username') }}
@endif
@if($errors->has('purchase_code'))
{{ $errors->first('purchase_code') }}
@endif
@stack('script')