{{ $global_setting->currency_symbol }}{{ $item->price }}
/ {{ $item->period }}
{{ $item->name }}
@php
$option_list = DB::table('pricing_plan_options')->where('pricing_plan_id', $item->id)->get();
@endphp
@foreach($option_list as $item1)
- {{ $item1->name }}
@endforeach