@extends('layouts.admin') @section('title', __('Upload Media Files')) @section('content')

{{ __('Upload Media Files') }}

{{ __('Add new files to your media library') }}

{{ __('Back to Library') }}
{{ __('File Upload') }}
@csrf
{{ __('Supported formats: Images (JPG, PNG, GIF, WebP), Videos (MP4, AVI, MOV), Audio (MP3, WAV), Documents (PDF, DOC, DOCX, XLS, XLSX). Max 50MB per file.') }}
{{ __('Select existing tags or create new ones') }}
{{ __('Max 255 characters') }}
{{ __('Max 255 characters') }}
{{ __('Max 1000 characters') }}
{{ __('Max 1000 characters') }}
{{ __('Allow public access to these files') }}
@endsection @push('styles') @endpush @push('scripts') @endpush