@extends('layouts.merchant-backend-layout') @section('content')

{{Form::open(array('url'=>'merchant/post_r_Structure','method'=>'POST','role'=>"form", 'files'=>true,'id'=>'adds-add-form'))}}

Referral Program

@include('includes.messages')
  

Referrer =

Referee =

*Referrer is the person whose referral code is used to join the membership program.
#Referee is the person who uses someone's referral code to join the membership program.


{{Form::close()}}
@section('scripts') @stop @stop