@extends('client.layout.master') @section('content')
@foreach($plans as $plan) @if($plan->name=="Bronze")
Bronze Membership
  • Bronze Membership includes both loan application Submission for 3 lenders each month & the borrower portal which provides:
  • the number of borrowers applications filed within your loan submission market area.
  • the number of loans made within your loan submission market area
  • the loan value range of the loans made within your market area
{{-- ${{ number_format($plan->cost1, 2) }} Lifetime Subscription --}} {{-- ${{ number_format($plan->cost, 2) }} Monthly Subscription --}}
@elseif($plan->name=="Gold")
Gold Membership
  • Gold Membership includes both loan application submission for 6 lenders each month & the borrower portal which provides
  • the number of borrowers applications filed within your loan submission market area.
  • the number of borrowers applications filed within your loan submission market area for the same loan purpose, property type & loan type.
  • the number of loans made within your loan submission market area
  • the loan value range of the loans made within your market area.
  • discount to any one products purchased at LRSHouston real estate store
{{-- $99.99 Lifetime Subscription $79.99 Monthly Subscription --}}
@elseif($plan->name=="Platinum")
Platinum Membership
  • Platinum Membership includes both loan application submission for unlimited lenders each month & the borrower portal which provides:
  • the number of borrowers applications filed within your loan submission market area.
  • the number of borrowers applications filed within your loan submission market area for the same loan purpose, property type & loan type.
  • the number of loans made within your loan submission market area
  • the number of loans made within your loan submission market area market area for the same loan purpose, property type & loan type
  • the loan value range of the loans made within your market area
  • discount for one purchase of any products at LRSHouston applicable real estate stores (business/RE appraisal, software & tax appeal)
{{-- $99.99 Lifetime Subscription $79.99 Monthly Subscription --}}
@endif @endforeach
@endsection