@extends('admin.index') @section('title', 'Sales Representives') @section('content')
First Name Last Name Code Company Name Territory Email Phone Number Country {!! Form::select('country_id', $country ,'', array('id'=>'country_id','onchange'=>'salerepresentative.getState(this.value)')) !!} State/Region/Province City Street Zipcode/Postcode Type {!! Form::select('rep_type', $reptype ,'', array('id'=>'rep_type')) !!} Status {!! Form::select('status', $yesno ,'', array('id'=>'status')) !!}
No Tier Com.