{{-- Top header bar --}}

Upload File

Add a new file to your collection

{{-- Left info panel --}}
Upload Info
{{ auth()->user()->name }}
Uploading on {{ now()->format('M d, Y') }}
Files are stored securely and only visible to you.
Accepted formats
  • jpg, png, gif, svg
  • pdf, doc, docx, txt
  • html, css, js, php
  • java, c, cpp
{{-- Form --}}
@csrf
{{-- File Name --}}
File Name
@error('name')

{{ $message }}

@enderror
{{-- File Upload --}}
Choose File Required
Drag & drop a file here
or click anywhere in this area to browse
@error('file')

{{ $message }}

@enderror

Max file size depends on your server configuration

{{-- File Type --}}
File Type Required
Project
Docs
Text
Code
Image
@error('type')

{{ $message }}

@enderror
{{-- Action bar --}}
Cancel
{{-- /cu-sections --}}
{{-- /cu-layout --}}