@extends('layouts/horizontalLayout') @section('title', 'User Info') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Welcome

@if(session('success')) @endif @if(session('info'))
{{ session('info') }}
@endif @if($errors->any())
@endif
Please fill in the following details before we start
Business Details
@csrf
stream.acehosting.in/
All your gallery links will have this domain
  • No space allowed
  • No special characters
  • Only Lower Case letters
  • Files are stored securely in our project directory
  • Accessible at stream.acehosting.in/{{ old('galleryurl', auth()->user()->gallery_url ?? '') }}
Have a Referral Code?
@if(auth()->user()->gallery_qr)
Your Gallery QR Code
Gallery QR Code

Scan this QR to access your gallery:

https://stream.acehosting.in/{{ auth()->user()->gallery_url }}
@endif
@endsection