You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

business-pdf.blade.php 38KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style type="text/css">
  5. body{
  6. font-family: 'Helvetica','sans-serif';
  7. }
  8. .fontStyle1 {
  9. font-size: 8px;
  10. line-height: 10px;
  11. }
  12. .fontStyle1 p{
  13. margin-top: 0px;
  14. margin-bottom: 0px;
  15. }
  16. .page-break {
  17. page-break-after: always;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <!-- Address -->
  23. <table width="100%">
  24. <tr>
  25. <td align="right" class="fontStyle1">
  26. <b>ALLO TECHNOLOGY SDN BHD</b>
  27. <p>Cyberview Garden Villas, Persiaran Multimedia, Cyber 7</p>
  28. <p>63000 Cyberjaya, Selangor Darul Ehsan</p>
  29. <p>Tel: 03-8800 5222 Fax 03-8800 5221</p>
  30. <p>E-mail:customerservice@citybroadband.my</p>
  31. <p>Website:www.citybroadband.my</p>
  32. </td>
  33. </tr>
  34. <tr>
  35. <td height="10"></td>
  36. </tr>
  37. <!-- Title -->
  38. <tr>
  39. <td style="border: 1px solid #000">
  40. <table width="100%">
  41. <tr>
  42. <td align="center" style="font-size: 13px;line-height:16px;font-weight:bold">
  43. BROADBAND INTERNET ACCESS SERVICE APPLICATION FORM
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. </tr>
  49. <tr>
  50. <td height="7"></td>
  51. </tr>
  52. <tr>
  53. <td style="font-size: 10px;font-style: italic;">Please write in CAPITAL LETTERS and tick(/) where required</td>
  54. </tr>
  55. <tr>
  56. <td height="7"></td>
  57. </tr>
  58. <!-- Application Type-->
  59. <tr>
  60. <td>
  61. <table>
  62. <tr>
  63. <td style="font-size: 11px;">APPLICATION:</td>
  64. <td width="20">&nbsp;</td>
  65. <td style="width: 16px;border:1px solid #000">
  66. <span>
  67. @if($form->Form->type_service == "New")
  68. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  69. @endif
  70. </span>
  71. </td>
  72. <td style="font-size: 10px;">New</td>
  73. <td width="20">&nbsp;</td>
  74. <td style="width: 16px;border:1px solid #000">
  75. <span>
  76. @if($form->Form->type_service == "Upgrade")
  77. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  78. @endif
  79. </span>
  80. </td>
  81. <td style="font-size: 10px;">Upgrading/Downgrading</td>
  82. <td width="20">&nbsp;</td>
  83. <td style="width: 16px;border:1px solid #000">
  84. <span>
  85. @if($form->Form->type_service == "Relocation")
  86. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  87. @endif
  88. </span>
  89. </td>
  90. <td style="font-size: 10px;">Relocation(RM150)</td>
  91. <td width="20">&nbsp;</td>
  92. <td style="width: 16px;border:1px solid #000">
  93. <span>
  94. @if($form->Form->type_service == "Rectification")
  95. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  96. @endif
  97. </span>
  98. </td>
  99. <td style="font-size: 10px;">Rectification</td>
  100. </tr>
  101. </table>
  102. </td>
  103. </tr>
  104. <!-- Application Type-->
  105. <tr>
  106. <td>
  107. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  108. <tr>
  109. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  110. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">APPLICATION INFORMATION</span>
  111. </td>
  112. </tr>
  113. <tr><td height="5"></td></tr>
  114. <tr>
  115. <td>
  116. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  117. <tr>
  118. <td width="28%" style="font-size: 11px;">Full Name</td>
  119. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->name }}</td>
  120. </tr>
  121. <tr><td colspan="2" height="10"></td></tr>
  122. <tr>
  123. <td width="28%" style="font-size: 11px;">NRIC/Passport No.</td>
  124. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->ic }}</td>
  125. </tr>
  126. <tr><td colspan="2" height="10"></td></tr>
  127. <tr>
  128. <td colspan="2">
  129. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  130. <tr>
  131. <td width="28%" style="font-size: 11px;">Primary Contact No.</td>
  132. <td width="24%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->phone1 }}</td>
  133. <td width="24%" style="font-size: 11px;text-align:right;padding-right: 10px">Secondary Contact No.</td>
  134. <td width="24%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->phone2 }}</td>
  135. </tr>
  136. </table>
  137. </td>
  138. </tr>
  139. <tr><td colspan="2" height="10"></td></tr>
  140. <tr>
  141. <td width="28%" style="font-size: 11px;">Designation</td>
  142. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->designation }}</td>
  143. </tr>
  144. <tr><td colspan="2" height="10"></td></tr>
  145. <tr>
  146. <td colspan="2">
  147. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  148. <tr>
  149. <td width="28%" style="font-size: 11px;">Citizenship</td>
  150. <td width="24%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">-</td>
  151. <td width="10%" style="font-size: 11px;text-align:right;padding-right: 10px"> E-mail</td>
  152. <td width="38%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->email }}</td>
  153. </tr>
  154. </table>
  155. </td>
  156. </tr>
  157. </table>
  158. </td>
  159. </tr>
  160. <tr><td height="2"></td></tr>
  161. </table>
  162. </td>
  163. </tr>
  164. <!-- Installation Address -->
  165. <tr>
  166. <td>
  167. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  168. <tr>
  169. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  170. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">INSTALLATION ADDRESS</span>
  171. </td>
  172. </tr>
  173. <tr><td height="5"></td></tr>
  174. <tr>
  175. <td>
  176. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  177. <tr>
  178. <td width="28%" style="font-size: 11px;">Company Reg.No</td>
  179. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_reg }}</td>
  180. </tr>
  181. <tr><td colspan="2" height="10"></td></tr>
  182. <tr>
  183. <td width="28%" style="font-size: 11px;">Company Name</td>
  184. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_name }}</td>
  185. </tr>
  186. <tr><td colspan="2" height="10"></td></tr>
  187. <tr>
  188. <td width="28%" style="font-size: 11px;">Unit. No</td>
  189. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->unit_no }}</td>
  190. </tr>
  191. <tr><td colspan="2" height="10"></td></tr>
  192. <tr>
  193. <td width="28%" style="font-size: 11px;">Address</td>
  194. @if ($form->building_name != null)
  195. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{$form->building_name}} , {{ $form->street }}</td>
  196. @else
  197. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{$form->building_name}} , {{ $form->street }}</td>
  198. </tr>
  199. <tr><td colspan="2" height="10"></td></tr>
  200. <tr>
  201. <td colspan="2">
  202. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  203. <tr>
  204. <td width="28%" style="font-size: 11px;">City/State</td>
  205. <td width="32%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->city }} / {{ $form->state }}</td>
  206. <td width="15%" style="font-size: 11px;text-align:right;padding-right: 10px"> Postcode</td>
  207. <td width="25%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->postcode }}</td>
  208. </tr>
  209. </table>
  210. </td>
  211. </tr>
  212. <tr><td colspan="2" height="10"></td></tr>
  213. <tr>
  214. <td colspan="2">
  215. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  216. <tr>
  217. <td width="28%" style="font-size: 11px;">Company No.</td>
  218. <td width="32%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_num }}</td>
  219. <td width="15%" style="font-size: 11px;text-align:right;padding-right: 10px"> Company Fax No.</td>
  220. <td width="25%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_fax }}</td>
  221. </tr>
  222. </table>
  223. </td>
  224. </tr>
  225. </table>
  226. </td>
  227. </tr>
  228. <tr><td height="2"></td></tr>
  229. </table>
  230. </td>
  231. </tr>
  232. <!-- Service Details -->
  233. <tr>
  234. <td>
  235. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  236. <tr>
  237. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  238. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">SERVICE DETAILS</span>
  239. </td>
  240. </tr>
  241. <tr><td height="3"></td></tr>
  242. <tr>
  243. <td>
  244. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  245. <tr>
  246. <td width="35%" style="font-size: 11px;">1. Subscription/Contract Period : </td>
  247. <td style="width: 20px;border:1px solid #000"><span>
  248. @if( $package->contract == "12")
  249. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  250. @endif
  251. </span></td>
  252. <td width="5">&nbsp;</td>
  253. <td width="13%" style="font-size: 11px;"> 12 months</td>
  254. <td style="width: 20px;border:1px solid #000"><span>
  255. @if( $package->contract == "24")
  256. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  257. @endif
  258. </span></td>
  259. <td width="5">&nbsp;</td>
  260. <td style="font-size: 11px;"> 24 months</td>
  261. </tr>
  262. </table>
  263. </td>
  264. </tr>
  265. <tr><td height="10"></td></tr>
  266. <tr>
  267. <td>
  268. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  269. <tr>
  270. <td width="34%" style="font-size: 11px;">2. Required For Service : </td>
  271. <td width="25%" height="16" style="font-size: 11px;border:1px solid #000"><span>{{ $package->rfs }}</span></td>
  272. <td width="25%" style="font-size: 11px;text-align: right;padding-right: 5px;">Billing Cycle</td>
  273. <td width="3%" style="font-size: 11px;border:1px solid #000"><span><img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"></span></td>
  274. <td width="25%"></td>
  275. </tr>
  276. </table>
  277. </td>
  278. </tr>
  279. <tr><td height="10"></td></tr>
  280. <tr>
  281. <td>
  282. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  283. <tr>
  284. <td width="34%" style="font-size: 11px;">3. Subscribe for Fixed IP : </td>
  285. <td width="50%" height="16" style="font-size: 11px;border:1px solid #000"><span>{{ $package->ip }}</span></td>
  286. <td width="3%" style="font-size: 11px;"></td>
  287. <td width="25%"></td>
  288. </tr>
  289. </table>
  290. </td>
  291. </tr>
  292. <tr><td height="8"></td></tr>
  293. <tr>
  294. <td>
  295. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  296. <tr>
  297. <td style="font-size: 10px;font-style: italic">1. Standard contract period is 24 months unless otherwise stated</td>
  298. </tr>
  299. <tr>
  300. <td style="font-size: 10px;font-style: italic">2. Required For Service (RFS) is subject to the avaiability of required infrastructure and/or equipment</td>
  301. </tr>
  302. <tr>
  303. <td style="font-size: 10px;font-style: italic">3. Early termination will subject to RM 500 penalty.</td>
  304. </tr>
  305. <tr>
  306. <td style="font-size: 10px;font-style: italic">4. Separete penalty charge for broadband and voice</td>
  307. </tr>
  308. </table>
  309. </td>
  310. </tr>
  311. <tr><td height="8"></td></tr>
  312. <tr>
  313. <td>
  314. <table border="0" cellpadding="0" cellspacing="0">
  315. <tr>
  316. <td height="20" width="200" style="font-size: 10px;border:1px solid #000;padding: 5px 3px;font-style: italic">Remarks</td>
  317. </tr>
  318. </table>
  319. </td>
  320. </tr>
  321. <tr><td height="2"></td></tr>
  322. </table>
  323. </td>
  324. </tr>
  325. <!-- Service Details -->
  326. <tr>
  327. <td>
  328. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  329. <tr>
  330. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  331. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">PACKAGE DETAILS</span>
  332. </td>
  333. </tr>
  334. <tr><td height="5"></td></tr>
  335. <tr>
  336. <td>
  337. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  338. <tr>
  339. <td style="font-size: 11px;font-weight: bold">1. City Broadband Business (Best Effort Bandwith)</td>
  340. </tr>
  341. </table>
  342. </td>
  343. </tr>
  344. <tr><td height="5"></td></tr>
  345. <tr>
  346. @if( date('d/m/Y', strtotime($form->created_at)) >= '03/02/2020' )
  347. <td>
  348. <table border="0" cellpadding="0" cellspacing="0">
  349. @foreach($product as $p)
  350. @if($p->speed != '10' && $p->speed != '30')
  351. <tr>
  352. <td width="13" height="13" style="border:1px solid black;">
  353. <span>
  354. @if( $package->name == $p->speed )
  355. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  356. @endif
  357. </span>
  358. </td>
  359. <td width="5">&nbsp;</td>
  360. <td style="font-size: 11px;"><b>{{ $p->package_name }}</b></td>
  361. <td width="10">&nbsp;</td>
  362. <td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM {{ number_format(floatval(preg_replace("/\,/", "",$p->retail_price)) * 1.06, 2) }} )</td>
  363. <td>&nbsp;</td>
  364. </tr>
  365. @endif
  366. @endforeach
  367. </table>
  368. </td>
  369. @else
  370. <td>
  371. <table border="0" cellpadding="0" cellspacing="0">
  372. @foreach($product as $p)
  373. <tr>
  374. <td width="13" height="13" style="border:1px solid black;">
  375. <span>
  376. @if( $package->name == $p->speed )
  377. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  378. @endif
  379. </span>
  380. </td>
  381. <td width="5">&nbsp;</td>
  382. <td style="font-size: 11px;"><b>{{ $p->package_name }}</b></td>
  383. <td width="10">&nbsp;</td>
  384. <td style="font-size: 11px;">
  385. @if($p->speed == '10')
  386. <b>RM 149</b> ( RM {{ number_format(149 * 1.06, 2) }} )
  387. @elseif($p->speed == '30')
  388. <b>RM 259</b> ( RM {{ number_format(259 * 1.06, 2) }} )
  389. @elseif($p->speed == '50')
  390. <b>RM 279</b> ( RM {{ number_format(279 * 1.06, 2) }} )
  391. @elseif($p->speed == '100')
  392. <b>RM 299</b> ( RM {{ number_format(299 * 1.06, 2) }} )
  393. @elseif($p->speed == '300')
  394. <b>RM 999</b> ( RM {{ number_format(999 * 1.06, 2) }} )
  395. @elseif($p->speed == '500')
  396. <b>RM 1899</b> ( RM {{ number_format(1899 * 1.06, 2) }} )
  397. @elseif($p->speed == '1')
  398. <b>RM 3499</b> ( RM {{ number_format(3499 * 1.06, 2) }} )
  399. @endif
  400. </td>
  401. <td>&nbsp;</td>
  402. </tr>
  403. @endforeach
  404. </table>
  405. </td>
  406. @endif
  407. </tr>
  408. <tr><td height="4"></td></tr>
  409. <tr>
  410. <td style="font-size: 9px;font-style: italic">*All prices shown in the bracket include 6% Goods and Services Tax (SST)</td>
  411. </tr>
  412. <tr><td height="5"></td></tr>
  413. <tr>
  414. <td>
  415. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  416. <tr>
  417. <td style="font-size: 11px;font-weight: bold">2. Voice (Home)</td>
  418. </tr>
  419. </table>
  420. </td>
  421. </tr>
  422. <tr><td height="5"></td></tr>
  423. <tr>
  424. <td>
  425. <table border="0" cellpadding="0" cellspacing="0">
  426. <tr>
  427. <td width="13" height="13" style="border:1px solid black;">
  428. <span>
  429. @if($package->voice_fee == "Yes" || $package->voice_fee == "yes")
  430. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  431. @else
  432. @endif
  433. </span>
  434. </td>
  435. <td width="5">&nbsp;</td>
  436. <td style="font-size: 11px;"><b>Yes</b></td>
  437. <td width="25">&nbsp;</td>
  438. <td width="13" height="13" style="border:1px solid black;">
  439. <span>
  440. @if($package->voice_fee == "no" || $package->voice_fee == '' || $package->voice_fee == "No")
  441. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  442. @else
  443. @endif
  444. </span>
  445. </td>
  446. <td width="5">&nbsp;</td>
  447. <td style="font-size: 11px;"><b>No</b></td>
  448. </tr>
  449. </table>
  450. </td>
  451. </tr>
  452. <tr><td height="20"></td></tr>
  453. <tr>
  454. <td>
  455. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  456. <tr>
  457. <td style="font-size: 11px;font-weight: bold;font-style: italic"><u>Advanced Payment</u></td>
  458. </tr>
  459. <tr>
  460. <td style="font-size: 11px;">1 Month Fee : <b>RM {{ $package->montly_fee }}</b> (including GST)</td>
  461. </tr>
  462. <tr>
  463. <td style="font-size: 11px;">Deposit Fee : <b>RM {{ $package->deposit }}</b></td>
  464. </tr>
  465. @if( date('d/m/Y', strtotime($form->created_at)) >= '03/02/2020' )
  466. <tr>
  467. @if($package->voice_fee == "no" || $package->voice_fee == "No" || $package->voice_fee == "NO")
  468. <td style="font-size: 11px;">Voice Fee : <b>RM 0</b></td>
  469. @elseif($package->voice_fee == "yes" || $package->voice_fee == "Yes" || $package->voice_fee == "YES")
  470. <td style="font-size: 11px;">Voice Fee : <b>RM 20</b></td>
  471. @endif
  472. </tr>
  473. @else
  474. <tr>
  475. @if($package->voice_fee == "no" || $package->voice_fee == "No" || $package->voice_fee == "NO")
  476. <td style="font-size: 11px;">Voice Fee : <b>RM 0</b></td>
  477. @elseif($package->voice_fee == "yes" || $package->voice_fee == "Yes" || $package->voice_fee == "YES")
  478. <td style="font-size: 11px;">Voice Fee : <b>RM 30</b></td>
  479. @endif
  480. </tr>
  481. @endif
  482. <tr>
  483. <td style="font-size: 11px;">OTC Fee : <b>RM {{ $package->upfront_payment }}</b></td>
  484. </tr>
  485. <tr>
  486. <td style="font-size: 11px;">Total : <b>RM {{ number_format(floatval($package->montly_fee) + floatval($package->deposit) + floatval($package->voice_fee) + floatval($package->upfront_payment), 2) }}</b></td>
  487. </tr>
  488. <tr>
  489. <td style="font-size: 9px;">*Installation fee will be woved for permises with available of required infrastructure</td>
  490. </tr>
  491. <tr>
  492. <td style="font-size: 9px;">**Deposit is refundable</td>
  493. </tr>
  494. </table>
  495. </td>
  496. </tr>
  497. <tr><td height="20"></td></tr>
  498. </table>
  499. </td>
  500. </tr>
  501. <!-- Document -->
  502. <tr>
  503. <td>
  504. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  505. <tr>
  506. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  507. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">DOCUMENTS AND DECLARATION</span>
  508. </td>
  509. </tr>
  510. <tr><td height="5"></td></tr>
  511. <tr>
  512. <td style="font-size: 11px;"><b>Documents Required:</b></td>
  513. </tr>
  514. <tr><td height="5"></td></tr>
  515. <tr>
  516. <td>
  517. <table border="0" cellpadding="0" cellspacing="0">
  518. <tr>
  519. <td width="12" height="12" style="border:1px solid black"><span><img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"></span></td>
  520. <td width="5">&nbsp;</td>
  521. <td style="font-size: 11px;">Photocopy of NRIC (both sides) or passport (Non-Malaysian)</td>
  522. </tr>
  523. </table>
  524. </td>
  525. </tr>
  526. <tr><td height="5"></td></tr>
  527. <tr>
  528. <td style="font-size: 11px;"><b>Declarations:</b></td>
  529. </tr>
  530. <tr><td height="5"></td></tr>
  531. <tr>
  532. <td>
  533. <table border="0" cellpadding="0" cellspacing="0">
  534. <tr>
  535. <td style="font-size: 12px;text-align: justify"><div style="width:16px;height:16px;border:1px solid black;float:left;margin-right: 3px;"><img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"></div>I hereby consent to the collection, use, disclosure of my personal information in accordance with the PRIVACY POLICY available on www.citybroadband.my</td>
  536. </tr>
  537. <tr><td height="10"></td></tr>
  538. <tr>
  539. <td style="font-size: 12px;text-align: justify"><div style="width:16px;height:16px;border:1px solid black;float:left;margin-right: 3px;"><img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"></div> I hereby declare that the above information, documents and any appendices attached are true and valid. I have read and undertood the consent of this form and agreed to be bound by TERMS & CONDITIONS as stated on the next page of this form which accompany the subscription of product(s) and/or service(s). Allo Technology Sdn Bhd reserve the rights to refuse any application at any given time should any of the information is incorrect.</td>
  540. </tr>
  541. <tr><td height="10"></td></tr>
  542. <tr>
  543. <td style="font-size: 12px;text-align: justify"><div style="width:16px;height:16px;border:1px solid black;float:left;margin-right: 3px;"><img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"></div> By signing this document, I agree and accept TERMS & CONDITIONS stipulated herein. I declare that the information provided by me is true and valid. Allo Technology Sdn Bhd reserve the rights to refuse my application at any given time without any refund or whatever monies held by Allo Technology Sdn Bhd should any of the above informationis found to be incorrect. If the service is offered to me, I declare to be bound by the TERMS & CONDITIONS of the service herein</td>
  544. </tr>
  545. </table>
  546. </td>
  547. </tr>
  548. <tr><td height="5"></td></tr>
  549. <tr>
  550. <td style="font-size: 12px;text-align: justify"><b>Submitted Date:</b> {{ $form->created_at }}</td>
  551. </tr>
  552. </table>
  553. </td>
  554. </tr>
  555. </table>
  556. @if($form->back_ic != "" && $form->front_ic != "")
  557. @if(($ext1 == "jpeg" && $ext2 == "jpeg") || ($ext1 == "jpg" && $ext2 == "jpg") || ($ext1 == "JPG" && $ext2 == "JPG"))
  558. @if($ext3 == "pdf" && $ext4 == "pdf")
  559. @if(($ext5 == "jpeg" && $ext6 == "jpeg") || ($ext5 == "jpg" && $ext6 == "jpg") || ($ext5 == "JPG" && $ext6 == "JPG"))
  560. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  561. <tr>
  562. <td>
  563. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  564. <tr>
  565. <td align="center" style="font-size: 16; font-weight: bold;">
  566. Attachment
  567. </td>
  568. </tr>
  569. <tr><td height="10"></td></tr>
  570. <tr>
  571. <td style="font-size: 14; font-weight: bold;">
  572. Identity Card (Front)
  573. </td>
  574. </tr>
  575. <tr><td height="5"></td></tr>
  576. <tr>
  577. <td width="100%">
  578. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->front_ic) }}">
  579. </td>
  580. </tr>
  581. <tr><td height="5"></td></tr>
  582. <tr>
  583. <td style="font-size: 14; font-weight: bold;">
  584. Identity Card (Back)
  585. </td>
  586. </tr>
  587. <tr><td height="5"></td></tr>
  588. <tr>
  589. <td width="100%">
  590. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->back_ic) }}">
  591. </td>
  592. </tr>
  593. </table>
  594. </td>
  595. </tr>
  596. <tr>
  597. <td>
  598. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  599. <tr>
  600. <td style="font-size: 14; font-weight: bold;">
  601. Visa (Front)
  602. </td>
  603. </tr>
  604. <tr><td height="5"></td></tr>
  605. <tr>
  606. <td width="100%">
  607. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaF) }}">
  608. </td>
  609. </tr>
  610. <tr><td height="5"></td></tr>
  611. <tr>
  612. <td style="font-size: 14; font-weight: bold;">
  613. Visa (Back)
  614. </td>
  615. </tr>
  616. <tr><td height="5"></td></tr>
  617. <tr>
  618. <td width="100%">
  619. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaB) }}">
  620. </td>
  621. </tr>
  622. </table>
  623. </td>
  624. </tr>
  625. </table>
  626. @elseif($ext5 == "pdf" && $ext6 == "pdf")
  627. @else
  628. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  629. <tr>
  630. <td>
  631. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  632. <tr>
  633. <td align="center" style="font-size: 16; font-weight: bold;">
  634. Attachment
  635. </td>
  636. </tr>
  637. <tr><td height="10"></td></tr>
  638. <tr>
  639. <td style="font-size: 14; font-weight: bold;">
  640. Identity Card (Front)
  641. </td>
  642. </tr>
  643. <tr><td height="5"></td></tr>
  644. <tr>
  645. <td width="100%">
  646. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->front_ic) }}">
  647. </td>
  648. </tr>
  649. <tr><td height="5"></td></tr>
  650. <tr>
  651. <td style="font-size: 14; font-weight: bold;">
  652. Identity Card (Back)
  653. </td>
  654. </tr>
  655. <tr><td height="5"></td></tr>
  656. <tr>
  657. <td width="100%">
  658. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->back_ic) }}">
  659. </td>
  660. </tr>
  661. </table>
  662. </td>
  663. </tr>
  664. </table>
  665. @endif
  666. @elseif(($ext3 == "jpeg" && $ext4 == "jpeg") || ($ext3 == "jpg" && $ext4 == "jpg") || ($ext3 == "JPG" && $ext4 == "JPG"))
  667. @if(($ext5 == "jpeg" && $ext6 == "jpeg") || ($ext5 == "jpg" && $ext6 == "jpg") || ($ext5 == "JPG" && $ext6 == "JPG"))
  668. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  669. <tr>
  670. <td>
  671. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  672. <tr>
  673. <td align="center" style="font-size: 16; font-weight: bold;">
  674. Attachment
  675. </td>
  676. </tr>
  677. <tr><td height="10"></td></tr>
  678. <tr>
  679. <td style="font-size: 14; font-weight: bold;">
  680. Identity Card (Front)
  681. </td>
  682. </tr>
  683. <tr><td height="5"></td></tr>
  684. <tr>
  685. <td width="100%">
  686. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->front_ic) }}">
  687. </td>
  688. </tr>
  689. <tr><td height="5"></td></tr>
  690. <tr>
  691. <td style="font-size: 14; font-weight: bold;">
  692. Identity Card (Back)
  693. </td>
  694. </tr>
  695. <tr><td height="5"></td></tr>
  696. <tr>
  697. <td width="100%">
  698. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->back_ic) }}">
  699. </td>
  700. </tr>
  701. </table>
  702. </td>
  703. </tr>
  704. <tr>
  705. <td>
  706. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  707. <tr>
  708. <td style="font-size: 14; font-weight: bold;">
  709. Visa (Front)
  710. </td>
  711. </tr>
  712. <tr><td height="5"></td></tr>
  713. <tr>
  714. <td width="100%">
  715. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaF) }}">
  716. </td>
  717. </tr>
  718. <tr><td height="5"></td></tr>
  719. <tr>
  720. <td style="font-size: 14; font-weight: bold;">
  721. Visa (Back)
  722. </td>
  723. </tr>
  724. <tr><td height="5"></td></tr>
  725. <tr>
  726. <td width="100%">
  727. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaB) }}">
  728. </td>
  729. </tr>
  730. </table>
  731. </td>
  732. </tr>
  733. <tr>
  734. <td>
  735. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  736. <tr>
  737. <td style="font-size: 14; font-weight: bold;">
  738. Form 24_49
  739. </td>
  740. </tr>
  741. <tr><td height="5"></td></tr>
  742. <tr>
  743. <td width="100%">
  744. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form24_49) }}">
  745. </td>
  746. </tr>
  747. <tr><td height="5"></td></tr>
  748. <tr>
  749. <td style="font-size: 14; font-weight: bold;">
  750. Form 9_44
  751. </td>
  752. </tr>
  753. <tr><td height="5"></td></tr>
  754. <tr>
  755. <td width="100%">
  756. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form9_44) }}">
  757. </td>
  758. </tr>
  759. </table>
  760. </td>
  761. </tr>
  762. </table>
  763. @elseif($ext5 == "pdf" && $ext6 == "pdf")
  764. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  765. <tr>
  766. <td>
  767. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  768. <tr>
  769. <td align="center" style="font-size: 16; font-weight: bold;">
  770. Attachment
  771. </td>
  772. </tr>
  773. <tr><td height="10"></td></tr>
  774. <tr>
  775. <td style="font-size: 14; font-weight: bold;">
  776. Identity Card (Front)
  777. </td>
  778. </tr>
  779. <tr><td height="5"></td></tr>
  780. <tr>
  781. <td width="100%">
  782. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->front_ic) }}">
  783. </td>
  784. </tr>
  785. <tr><td height="5"></td></tr>
  786. <tr>
  787. <td style="font-size: 14; font-weight: bold;">
  788. Identity Card (Back)
  789. </td>
  790. </tr>
  791. <tr><td height="5"></td></tr>
  792. <tr>
  793. <td width="100%">
  794. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->back_ic) }}">
  795. </td>
  796. </tr>
  797. </table>
  798. </td>
  799. </tr>
  800. <tr>
  801. <td>
  802. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  803. <tr>
  804. <td style="font-size: 14; font-weight: bold;">
  805. Form 24_49
  806. </td>
  807. </tr>
  808. <tr><td height="5"></td></tr>
  809. <tr>
  810. <td width="100%">
  811. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form24_49) }}">
  812. </td>
  813. </tr>
  814. <tr><td height="5"></td></tr>
  815. <tr>
  816. <td style="font-size: 14; font-weight: bold;">
  817. Form 9_44
  818. </td>
  819. </tr>
  820. <tr><td height="5"></td></tr>
  821. <tr>
  822. <td width="100%">
  823. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form9_44) }}">
  824. </td>
  825. </tr>
  826. </table>
  827. </td>
  828. </tr>
  829. </table>
  830. @else
  831. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  832. <tr>
  833. <td>
  834. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  835. <tr>
  836. <td align="center" style="font-size: 16; font-weight: bold;">
  837. Attachment
  838. </td>
  839. </tr>
  840. <tr><td height="10"></td></tr>
  841. <tr>
  842. <td style="font-size: 14; font-weight: bold;">
  843. Identity Card (Front)
  844. </td>
  845. </tr>
  846. <tr><td height="5"></td></tr>
  847. <tr>
  848. <td width="100%">
  849. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->front_ic) }}">
  850. </td>
  851. </tr>
  852. <tr><td height="5"></td></tr>
  853. <tr>
  854. <td style="font-size: 14; font-weight: bold;">
  855. Identity Card (Back)
  856. </td>
  857. </tr>
  858. <tr><td height="5"></td></tr>
  859. <tr>
  860. <td width="100%">
  861. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->back_ic) }}">
  862. </td>
  863. </tr>
  864. </table>
  865. </td>
  866. </tr>
  867. <tr>
  868. <td>
  869. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  870. <tr>
  871. <td style="font-size: 14; font-weight: bold;">
  872. Form 24_49
  873. </td>
  874. </tr>
  875. <tr><td height="5"></td></tr>
  876. <tr>
  877. <td width="100%">
  878. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form24_49) }}">
  879. </td>
  880. </tr>
  881. <tr><td height="5"></td></tr>
  882. <tr>
  883. <td style="font-size: 14; font-weight: bold;">
  884. Form 9_44
  885. </td>
  886. </tr>
  887. <tr><td height="5"></td></tr>
  888. <tr>
  889. <td width="100%">
  890. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form9_44) }}">
  891. </td>
  892. </tr>
  893. </table>
  894. </td>
  895. </tr>
  896. </table>
  897. @endif
  898. @endif
  899. @elseif($ext1 == "pdf" && $ext2 == "pdf")
  900. @if($ext3 == "pdf" && $ext4 == "pdf")
  901. @if($ext5 == "pdf" && $ext6 == "pdf")
  902. @elseif(($ext5 == "jpeg" && $ext6 == "jpeg") || ($ext5 == "jpg" && $ext6 == "jpg") || ($ext5 == "JPG" && $ext6 == "JPG"))
  903. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  904. <tr>
  905. <td>
  906. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  907. <tr>
  908. <td align="center" style="font-size: 16; font-weight: bold;">
  909. Attachment
  910. </td>
  911. </tr>
  912. </table>
  913. </td>
  914. </tr>
  915. <tr>
  916. <td>
  917. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  918. <tr>
  919. <td style="font-size: 14; font-weight: bold;">
  920. Visa (Front)
  921. </td>
  922. </tr>
  923. <tr><td height="5"></td></tr>
  924. <tr>
  925. <td width="100%">
  926. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaF) }}">
  927. </td>
  928. </tr>
  929. <tr><td height="5"></td></tr>
  930. <tr>
  931. <td style="font-size: 14; font-weight: bold;">
  932. Visa (Back)
  933. </td>
  934. </tr>
  935. <tr><td height="5"></td></tr>
  936. <tr>
  937. <td width="100%">
  938. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaB) }}">
  939. </td>
  940. </tr>
  941. </table>
  942. </td>
  943. </tr>
  944. </table>
  945. @else
  946. @endif
  947. @elseif(($ext3 == "jpeg" && $ext4 == "jpeg") || ($ext3 == "jpg" && $ext4 == "jpg") || ($ext3 == "JPG" && $ext4 == "JPG"))
  948. @if($ext5 == "pdf" && $ext6 == "pdf")
  949. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  950. <tr>
  951. <td>
  952. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  953. <tr>
  954. <td align="center" style="font-size: 16; font-weight: bold;">
  955. Attachment
  956. </td>
  957. </tr>
  958. </table>
  959. </td>
  960. </tr>
  961. <tr>
  962. <td>
  963. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  964. <tr>
  965. <td style="font-size: 14; font-weight: bold;">
  966. Form 24_49
  967. </td>
  968. </tr>
  969. <tr><td height="5"></td></tr>
  970. <tr>
  971. <td width="100%">
  972. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form24_49) }}">
  973. </td>
  974. </tr>
  975. <tr><td height="5"></td></tr>
  976. <tr>
  977. <td style="font-size: 14; font-weight: bold;">
  978. Form 9_44
  979. </td>
  980. </tr>
  981. <tr><td height="5"></td></tr>
  982. <tr>
  983. <td width="100%">
  984. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form9_44) }}">
  985. </td>
  986. </tr>
  987. </table>
  988. </td>
  989. </tr>
  990. </table>
  991. @elseif(($ext5 == "jpeg" && $ext6 == "jpeg") || ($ext5 == "jpg" && $ext6 == "jpg") || ($ext5 == "JPG" && $ext6 == "JPG"))
  992. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  993. <tr>
  994. <td>
  995. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  996. <tr>
  997. <td align="center" style="font-size: 16; font-weight: bold;">
  998. Attachment
  999. </td>
  1000. </tr>
  1001. </table>
  1002. </td>
  1003. </tr>
  1004. <tr>
  1005. <td>
  1006. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1007. <tr>
  1008. <td style="font-size: 14; font-weight: bold;">
  1009. Visa (Front)
  1010. </td>
  1011. </tr>
  1012. <tr><td height="5"></td></tr>
  1013. <tr>
  1014. <td width="100%">
  1015. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaF) }}">
  1016. </td>
  1017. </tr>
  1018. <tr><td height="5"></td></tr>
  1019. <tr>
  1020. <td style="font-size: 14; font-weight: bold;">
  1021. Visa (Back)
  1022. </td>
  1023. </tr>
  1024. <tr><td height="5"></td></tr>
  1025. <tr>
  1026. <td width="100%">
  1027. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->visaB) }}">
  1028. </td>
  1029. </tr>
  1030. </table>
  1031. </td>
  1032. </tr>
  1033. <tr>
  1034. <td>
  1035. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1036. <tr>
  1037. <td style="font-size: 14; font-weight: bold;">
  1038. Form 24_49
  1039. </td>
  1040. </tr>
  1041. <tr><td height="5"></td></tr>
  1042. <tr>
  1043. <td width="100%">
  1044. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form24_49) }}">
  1045. </td>
  1046. </tr>
  1047. <tr><td height="5"></td></tr>
  1048. <tr>
  1049. <td style="font-size: 14; font-weight: bold;">
  1050. Form 9_44
  1051. </td>
  1052. </tr>
  1053. <tr><td height="5"></td></tr>
  1054. <tr>
  1055. <td width="100%">
  1056. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form9_44) }}">
  1057. </td>
  1058. </tr>
  1059. </table>
  1060. </td>
  1061. </tr>
  1062. </table>
  1063. @else
  1064. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1065. <tr>
  1066. <td>
  1067. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1068. <tr>
  1069. <td align="center" style="font-size: 16; font-weight: bold;">
  1070. Attachment
  1071. </td>
  1072. </tr>
  1073. </table>
  1074. </td>
  1075. </tr>
  1076. <tr>
  1077. <td>
  1078. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1079. <tr>
  1080. <td style="font-size: 14; font-weight: bold;">
  1081. Form 24_49
  1082. </td>
  1083. </tr>
  1084. <tr><td height="5"></td></tr>
  1085. <tr>
  1086. <td width="100%">
  1087. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form24_49) }}">
  1088. </td>
  1089. </tr>
  1090. <tr><td height="5"></td></tr>
  1091. <tr>
  1092. <td style="font-size: 14; font-weight: bold;">
  1093. Form 9_44
  1094. </td>
  1095. </tr>
  1096. <tr><td height="5"></td></tr>
  1097. <tr>
  1098. <td width="100%">
  1099. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->form9_44) }}">
  1100. </td>
  1101. </tr>
  1102. </table>
  1103. </td>
  1104. </tr>
  1105. </table>
  1106. @endif
  1107. @endif
  1108. @endif
  1109. @endif
  1110. </body>
  1111. </html>