Payment Details
@if (Session::has('success'))
×
{{ Session::get('success') }}
@endif
{{--
--}} {{--
Plans
--}} {{--
--}} {{--
--}} {{-- @for($i=0; $i
amount;--}} {{--$actualprice=$price/100;--}} {{--@endphp--}} {{--
--}} {{--
--}} {{--
{{ $stripe['products'][$i]->name }}
--}} {{--
${{ number_format($actualprice, 2) }} monthly
--}} {{--
{{ $stripe['products'][$i]->description }}
--}} {{--
$actualprice,"name"=>$stripe['products'][$i]->name])}}" class="btn btn-outline-dark pull-right">Choose
--}} {{--
--}} {{--
--}} {{-- @endfor--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($plans as $plan)
{{$plan->title}}
@endforeach