{{$pricing['LOB']['title']}}

@if ($plan_list)
@php $i=1; @endphp @foreach($plan_list as $key =>$plan) @if($plan->plan_type !='Free-Trial')
@csrf
MTH
QTR
YLY
@if($plan->plan_type!='Ecommerce' )
- +
@endif
{{$plan->currency}} 0.00 @if($plan->plan_type!='Free-Trial') / Month @endif
  • Payment Mode
    {{-- @if(@$plan->country_code !='IN' && @$plan->country_code !='ID') --}}
    {{-- @else
    @endif --}}
@php $i++; @endphp
@endif @endforeach
@endif