{{-- Include Navbar --}} @include('partials.navbar')

Our Plans

@foreach($plans as $plan)
{{ $plan->title }}
@endforeach
{{-- Include Footer --}} @include('partials.footer')