@extends('layouts.frontend.master') @section('title', 'Sponsorships - BAU 2001–2002 Alumni Association') @push('css') {{-- --}} @endpush @push('js') @endpush @section('content')

Sponsorship & Advertisement Opportunities with BAU 2001-2002

Partner with us to reach your target audience through our premium publication and digital platforms. Choose from our flexible sponsorship packages designed to maximize your brand exposure.

@if(isset($sponsorships) && count($sponsorships) > 0) @foreach($sponsorships as $sponsorship)
@if($sponsorship->is_most_popular == 1) Most Popular @endif
@if($sponsorship->icon)
@endif
{{$sponsorship ? $sponsorship->title : ''}}
{!! $sponsorship ? Str::limit(strip_tags($sponsorship->description), 200, '...') : '' !!}
{{$sponsorship ? $sponsorship->amount.'Tk' : ''}} /{{$sponsorship ? (config('services.duration_type')[$sponsorship->duration_type] ?? $sponsorship->duration_type) : ''}}
@if(isset($sponsorship->advertisements))
    @foreach($sponsorship->advertisements as $advertisement) @if ($loop->index <= 3)
  • @if($advertisement->category) {{ $advertisement->category->name }}: @endif {{ $advertisement->advertisement_name }} @if($advertisement->quantity >= 1) (x{{ $advertisement->quantity }}) @endif
  • @else
  • ...and more
  • @break @endif @endforeach
@endif @if (auth()->check()) @else

To select this package, please Login or Register

{{-- --}} @endif
@endforeach @endif
{{ $sponsorships->links() }}

Ready to Get Started?

Contact us today to discuss your sponsorship needs and create a custom package that works for your business.

Email Us

sponsorship@company.com

Call Us

+1 (555) 123-4567

Live Chat

Available 9 AM - 6 PM EST

{{-- Sponsorship Details Modal --}} @endsection