@section('title') Create New PDF Catalog @endsection @section('breadcrumbs') {{ Breadcrumbs::render('catalog.pdfs.create') }} @endsection
@if (session('success'))
Success!
{{ session('success') }}
@endif
@csrf

Basic Information Enter the PDF title and description

@error('title')
{{ $message }}
@enderror
Give your PDF a descriptive and memorable title
@error('description')
{{ $message }}
@enderror
Add details to help identify this PDF later

PDF File Select your PDF file to upload

Drop PDF here or click to upload

PDF only • Maximum file size: 20MB

@error('pdf')
{{ $message }}
@enderror
File Requirements
• File format: PDF only
• Maximum size: 20MB
• Recommended: High-resolution for best quality

Template Type Choose how to display your PDF

@error('template_type')
{{ $message }}
@enderror

Visibility Control who can access this PDF

@error('visibility')
{{ $message }}
@enderror

Storage Info

Public: Stored on public disk for faster access
Private: Stored locally, served securely via app

Ready to Upload?

Make sure all fields are filled correctly before uploading

Cancel
@push('scripts') @endpush