{{ __('Channel Champions Registrations') }}

@foreach ($registration as $record) @endforeach
# Name Email Job title Company name Company registration Contact number PR Company name Reseller Awards Vendor Awards Distributor Awards Service Provider Awards General Awards Submitted
{{ $record->id ?? '-' }} {{ $record->first_name ?? '-' }} {{ $record->last_name ?? '-' }} {{ $record->email_address ?? '-' }} {{ $record->job_title ?? '-' }} {{ $record->company_name ?? '-' }} {{ $record->company_registration ?? '-' }} {{ $record->contact_number ?? '-' }} {{ !empty($record->pr_company) ? $record->pr_company : '-' }} {{ !empty($record->reseller_awards) ? $record->reseller_awards : '-' }} {{ !empty($record->vendor_awards) ? $record->vendor_awards : '-' }} {{ !empty($record->distributor_awards) ? $record->distributor_awards : '-' }} {{ !empty($record->service_provider_awards) ? $record->service_provider_awards : '-' }} {{ !empty($record->general_awards) ? $record->general_awards : '-' }} {{ $record->formatted_submitted }}
@section('scripts') @endsection