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

Register New Client

@if(session('success')) @endif
@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Password must be at least 8 characters long.
Note: The new client will be able to log in with these credentials and create folders to upload their files.
Back to Dashboard
Instructions
  1. Fill in the client's details above
  2. Choose a secure password for the client
  3. Share the login credentials with the client securely
  4. The client will be able to:
    • Create folders for organizing their files
    • Upload multiple files to their folders
    • Download their own files
    • View only their own folders and files
  5. As an admin, you can view and download all client files
@endsection