@extends('layouts.admin') @section('title', 'Admin | Sponsors Details') @section('content')

Sponsors

{{-- 📌 Left Column (Sponsor Details) --}}
Sponsor Details: {{ $company->name }}
{{-- 📌 Right Column (Media + QR Code) --}}
Media
{{-- Row 2: Logo --}}
Banner
@if($company->banner) User Banner @else

No banner uploaded.

@endif
Logo
@if($company->logo) User Logo @else

No logo uploaded.

@endif

Upload Private Docs

@csrf
{{-- Placeholder --}}
Drag & drop files here, or
PNG, JPG, PDF, DOC, DOCX (Max 2MB)
{{-- Hidden input --}}
{{-- Previews --}}
{{-- Uploaded documents --}}
Uploaded Documents
@if($company->Docs && $company->Docs->count() > 0) @else

No documents uploaded yet.

@endif
@endsection @section('scripts') @endsection