@php use Illuminate\Support\Str; @endphp @extends('layouts.admin') @section('content')

Exhibitor Details

Name: {{ $company->name }}

Email: {{ $company->email }}

Phone: {{ $company->phone }}

Description: {{ $company->description }}

Website: {{ $company->website }}

LinkedIn: {{ $company->linkedin }}

Twitter: {{ $company->twitter }}

Facebook: {{ $company->facebook }}

Instagram: {{ $company->instagram }}

Booth No : {{ $company->booth ?? 'N/A' }}

Media & QR Code

Logo
@if(!empty($company->contentIconFile) && !empty($company->contentIconFile->file_path)) Content Icon @else

No Content Icon

@endif
Banner
@if(!empty($company->quickLinkIconFile) && !empty($company->quickLinkIconFile->file_path)) Quick Link Icon @else

No Quick Link Icon

@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