{{ __('gig.selected_additional_features')}}
@php
$total = 0;
@endphp
@foreach($gig_addons as $single)
@php
$total +=$single['price'];
@endphp
-
{{ $single['title'] }}
{{getPriceFormat($currency_symbol, $single['price'])}}
@endforeach
@php
$total +=!empty($gig_plan) ? $gig_plan[0]['price'] : 0;
@endphp