@extends('layouts.dashboard') @section('title', 'Memberships - HimRishtey') @section('styles') @endsection @section('content')

Membership

Choose the plan that suits your needs.

@foreach($data['memberships'] as $membership)

{{ $membership->plan_name }}

{{ $membership->plan_description }}

@endforeach

Need a discussion?

Our relationship experts are here to help you choose the right membership and answer your questions.

10:00
Need a discussion? Press the button above and we will contact you within 10 minutes.
@endsection @section('scripts') @endsection