@extends('layouts.app') @section('content')

Organizer

@foreach ($sponsors as $exhibitor) @endforeach
Sponsorship Sponsors Name Contact Person Designation Email Phone 1 Phone 2 Website Address
@if ($exhibitor->type == '1') Silver @endif @if ($exhibitor->type == '2') Gold @endif @if ($exhibitor->type == '3') Platinum @endif {{ $exhibitor->company_name }} {{ $exhibitor->name }} {{ $exhibitor->title_designation }} {{ $exhibitor->email }} {{ $exhibitor->phone }} {{ $exhibitor->whatsapp }} {{ $exhibitor->company['website'] }} {{ $exhibitor->company['address'] }}
@endsection @section('scripts') @endsection