@extends('layouts.frontend.master') @section('title', $sponsorship->title . ' - Sponsorship Details') @push('css') @endpush @section('content')

{{ $sponsorship->title }}

Sponsorship & Advertisement package with BAU 2001–2002 Alumni Association

@if($sponsorship->is_most_popular) 🔥 Most Popular @endif
{{-- Left: Icon + Description + Ads --}}
@if($sponsorship->icon) {{ $sponsorship->title }} @endif

{!! nl2br($sponsorship->description) !!}

{{-- Advertisements --}} @if($sponsorship->advertisements->count() > 0)

Key Features:

    @foreach($sponsorship->advertisements as $advertisement)
  • @if($advertisement->category) {{ $advertisement->category->name }}: @endif {{ $advertisement->advertisement_name }} @if($advertisement->quantity > 1) (x{{ $advertisement->quantity }}) @endif
  • @endforeach
@endif
@endsection