@extends('layouts.app') @section('content')
Select Plane:
@foreach($plans as $plan)
${{ $plan->price }}/Mo
{{ $plan->name }}

Some quick example text to build on the card title and make up the bulk of the card's content.

Choose
@endforeach
@endsection