@foreach($packages as $pkg)
@php
$gstAmount = round($pkg['price'] * $gstPercent / 100);
$total = $pkg['price'] + $gstAmount;
$isHighlight = isset($pkg['highlight']) && $pkg['highlight'];
@endphp
{{ $pkg['name'] }}
@if($pkg['id'] != 'basic')
Starting from
@endif
₹{{ number_format($pkg['price']) }}
+GST
- {{ $pkg['leads'] }}
- Premium Listing
- Faster Responses
- Instant Activation
@auth
@else
@endauth