@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')
@if($Structureinfo->status=='off')    @else    @endif

@if($Structureinfo->referrerStatus==1) @else @endif Referrer* =

@if($Structureinfo->refereeStatus==1) @else @endif 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