{{$selected_language->data['pricing_head_title'] ?? 'Choose The Best Plan For Your Business'}}

@foreach($subscription as $data)
price image {{$data->name}}
{{$account_info != NULL ?$account_info->currency_symbol:"₹"}}{{preg_replace('~\.0+$~','',$data->price)}} / {{$data->days}} Days
  • {{$data->description}}
@endforeach