diff --git a/api/application/views/sale_pd_templates/DemoFSL.php b/api/application/views/sale_pd_templates/DemoFSL.php
new file mode 100644
index 00000000..68a1cb65
--- /dev/null
+++ b/api/application/views/sale_pd_templates/DemoFSL.php
@@ -0,0 +1,434 @@
+↑';
+ $downarrow = '↓';
+ $dash = ' ';
+ $product_abbr = $master[0]['abbr'];
+ $product = $master[0]['name'];
+ $rupee_symbol = "₹";
+ $title = "";
+ if($section1['verification_type'] == "Office verification" || $section1['verification_type'] == "Workplace verification"){$title = "Workplace FI for ".$product; }
+ else if($section1['verification_type'] == "Residence verification"){$title = "Residence FI for ".$product;}
+ $smc_emp_code = $master[0]['smc_emp_code'];
+ $residence_ownership_arr = array("self_owned" => "Self-Owned","parental"=>"Parental","family_owned"=>"Family Owned","rented"=>"Rented");
+ $residence_yr_arr = array("0"=>"< 1 yr","1"=>"1-2 yrs","2"=>"2 to 5 yrs","3"=>"> 5 yrs");
+ $occupation_arr = array("0"=>"Salaried","1"=>"SENP","2"=>"SEP");
+ $constitution_arr = array("0"=>"Ltd","1"=>"Pvt","2"=>"Ltd","3"=>"Trust/Society","4"=>"Partnership/LLP","5"=>"Proprietorship");
+
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+ | |
+
+
+ | Lender Name |
+ |
+
+
+ | Branch |
+ |
+
+
+ | Application ID |
+ |
+
+
+ | Lender Sales Person |
+ |
+
+
+ | Lender Credit Person |
+ |
+
+
+ | Product Name |
+ |
+
+
+ | Loan Amount Applied for (Rs) |
+ |
+
+
+ | Applicant Name |
+ |
+
+
+ | Applicant Mobile Number |
+ |
+
+
+ | Verification Type |
+ |
+
+
+
+
+
+
+
+ | Residence Details |
+
+
+
+ | Address Details |
+ |
+
+
+ | City |
+ |
+ State |
+ |
+ PIN |
+ |
+
+
+
+
+ | Residence Ownership |
+ |
+
+
+ | Years at Current Residence |
+ |
+
+
+ | Permanent Address Same as Current Residence Address |
+ |
+
+
+
+ | Permanent Address |
+ |
+
+
+ | City |
+ |
+ State |
+ |
+ PIN |
+ |
+
+
+
+ | Number of Earning Family Member |
+ |
+
+
+ | Number of Dependents |
+ |
+
+
+
+
+
+
+
+
+
+ | Office Details |
+
+
+ | Address Details |
+ |
+
+
+ | City |
+ |
+ State |
+ |
+ PIN |
+ |
+
+
+ | Occupation of the Loan Applicant |
+ |
+
+
+ | Employer/Business Name |
+ |
+
+
+
+
+ | City |
+ |
+ State |
+ |
+ PIN |
+ |
+
+ -->
+
+ | Constitution of Employer /Business |
+ |
+
+
+ | Years at Current employment/Business |
+ |
+
+
+ | Total Work Experience (in Years) |
+ |
+
+
+ | Net Monthly Salary/ Net Income (Rs) |
+ |
+
+
+
+
+
+
+
+
+
+ | Additional Questions |
+
+
+ | Name of Student |
+ |
+
+
+ | Relationship with Applicant |
+ |
+
+
+ | Educational Institute Name |
+ |
+
+
+ | Educational Institute Address |
+ |
+
+
+
+ | Class /Section/ Course Name |
+ |
+
+
+ | Educational Institute Fee (Rs) |
+ |
+
+
+ | Duration of the Course (months) |
+ |
+
+
+ | Loan Amount Applied for (Rs) |
+ |
+ Loan Tenure (Months) |
+ |
+
+
+
+
+
+
| Satellite Image of PD Location |
|---|
+ GPS Coordinates of location where PD Visit was done :
+
+
+ Due to location access not provided by loan applicant Geo coordinates on photographs and Satellite image of PD location is not shown';}
+ ?>
+ 'Selfie with person met','satellite1' => 'satellite');
+ $photo_names = array('selfie_with_person_met' => 'Selfie with person met','approach_to_pd_location' => 'Approach to pd location','name_board_seen' => 'Name board seen', 'stock_image' => 'Stock image','workplace_interior_image' => 'Workplace interior image','satellite1' => 'satellite');
+
+ $tot_rows = ceil(count($section9) / 3);
+
+ if(count($section9))
+ {
+ echo '';
+ echo '
';
+
+ $add_factor = 0;
+ for($row = 0;$row < $tot_rows; $row++)
+ {
+ echo '';
+
+ $from = $row == 0 ? $row : ($row+$add_factor);
+ $to = ($from + 2);
+ $add_factor = $add_factor + 2;
+ for($i = $from ; $i <= $to; $i++)
+ {
+
+ if(isset($section9[$i]))
+ {
+
+ echo ' !['.$section9[$i]['img_name'].']('.$section9[$i]['img'].') '.$photo_names [ $section9[$i]['img_name'] ].' | ';
+ }
+
+ //unset($p_key);
+ }
+ echo '
';
+ }
+ echo '
';
+ }
+ ?>
+
+
\ No newline at end of file