{{ $items->name }} Promo
plan @if($items->description)({{ $items->description }}
)@endif
amount:
@if(request('plansdays'.$items->id)=='7' || request('plansdays'.$items->id)=='1') {{ $items->cost }} @else {{ $items->cost * 2}} @endif
$ {{ $items->days }} days
@endforeach