Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mortenebak/laravel-starter-project
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenebak committed Nov 1, 2024
2 parents bbc4edc + 90c3a78 commit 26e135c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/subscriptions/plans.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<x-h3>Select a plan to continue</x-h3>

<div class="max-w-md mx-auto space-y-4 lg:max-w-5xl lg:grid lg:grid-cols-2 lg:gap-10 lg:space-y-0">
@foreach($plans as $plan)
@foreach ($plans as $plan)
<x-plans.card :plan="$plan" />
@endforeach
</div>
Expand Down

0 comments on commit 26e135c

Please sign in to comment.