@extends('layouts.app') @section('title', 'Packages — De Eventa') @section('content')

Pricing

Our Packages

Transparent pricing for every celebration.

@forelse($packages as $pkg)
@if($pkg->badge) {{ $pkg->badge }} @endif

{{ $pkg->name }}

৳{{ number_format($pkg->price) }}
    @foreach($pkg->features ?? [] as $feature)
  • {{ is_array($feature) ? $feature['feature'] : $feature }}
  • @endforeach
Select Package
@empty
Packages coming soon. Contact us for pricing.
@endforelse

Need a Custom Package?

Every event is unique. Let us build a package tailored exactly to your needs.

Talk to Us
@endsection