{{ $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 }} |
@endforeach