選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

newBusiness-pdf.blade.php 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  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. @if($package->name != '1' && $package->contract == '24' && ($created >= '2020-08-12' && $created < '2020-11-01'))
  25. <tr>
  26. <td align="left" style="font-size: 10px">
  27. <b style="color: red">PROMOTION (RM 10 off for 24 months)</b>
  28. </td>
  29. </tr>
  30. @endif
  31. <tr>
  32. <td align="right" class="fontStyle1">
  33. <b>ALLO TECHNOLOGY SDN BHD</b>
  34. <p>Cyberview Garden Villas, Persiaran Multimedia, Cyber 7</p>
  35. <p>63000 Cyberjaya, Selangor Darul Ehsan</p>
  36. <p>Tel: 03-8800 5222 Fax 03-8800 5221</p>
  37. <p>E-mail:customerservice@citybroadband.my</p>
  38. <p>Website:www.citybroadband.my</p>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td height="10"></td>
  43. </tr>
  44. <!-- Title -->
  45. <tr>
  46. <td style="border: 1px solid #000">
  47. <table width="100%">
  48. <tr>
  49. <td align="center" style="font-size: 13px;line-height:16px;font-weight:bold">
  50. BROADBAND INTERNET ACCESS SERVICE APPLICATION FORM
  51. </td>
  52. </tr>
  53. </table>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td height="7"></td>
  58. </tr>
  59. <tr>
  60. <td style="font-size: 10px;font-style: italic;">Please write in CAPITAL LETTERS and tick(/) where required</td>
  61. </tr>
  62. <tr>
  63. <td height="7"></td>
  64. </tr>
  65. <!-- Application Type-->
  66. <tr>
  67. <td>
  68. <table>
  69. <tr>
  70. <td style="font-size: 11px;">APPLICATION:</td>
  71. <td width="20">&nbsp;</td>
  72. <td style="width: 16px;border:1px solid #000">
  73. <span>
  74. @if($form->Form->type_service == "New")
  75. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  76. @endif
  77. </span>
  78. </td>
  79. <td style="font-size: 10px;">New</td>
  80. <td width="20">&nbsp;</td>
  81. <td style="width: 16px;border:1px solid #000">
  82. <span>
  83. @if($form->Form->type_service == "Upgrade")
  84. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  85. @endif
  86. </span>
  87. </td>
  88. <td style="font-size: 10px;">Upgrading/Downgrading</td>
  89. <td width="20">&nbsp;</td>
  90. <td style="width: 16px;border:1px solid #000">
  91. <span>
  92. @if($form->Form->type_service == "Relocation")
  93. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  94. @endif
  95. </span>
  96. </td>
  97. <td style="font-size: 10px;">Relocation(RM150)</td>
  98. <td width="20">&nbsp;</td>
  99. <td style="width: 16px;border:1px solid #000">
  100. <span>
  101. @if($form->Form->type_service == "Rectification")
  102. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  103. @endif
  104. </span>
  105. </td>
  106. <td style="font-size: 10px;">Rectification</td>
  107. </tr>
  108. </table>
  109. </td>
  110. </tr>
  111. <!-- Application Type-->
  112. <tr>
  113. <td>
  114. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  115. <tr>
  116. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  117. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">APPLICATION INFORMATION</span>
  118. </td>
  119. </tr>
  120. <tr><td height="5"></td></tr>
  121. <tr>
  122. <td>
  123. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  124. <tr>
  125. <td width="28%" style="font-size: 11px;">Full Name</td>
  126. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->name }}</td>
  127. </tr>
  128. <tr><td colspan="2" height="10"></td></tr>
  129. <tr>
  130. <td width="28%" style="font-size: 11px;">NRIC/Passport No.</td>
  131. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->ic }}</td>
  132. </tr>
  133. <tr><td colspan="2" height="10"></td></tr>
  134. <tr>
  135. <td colspan="2">
  136. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  137. <tr>
  138. <td width="28%" style="font-size: 11px;">Primary Contact No.</td>
  139. <td width="24%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->phone1 }}</td>
  140. <td width="24%" style="font-size: 11px;text-align:right;padding-right: 10px">Secondary Contact No.</td>
  141. <td width="24%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->phone2 }}</td>
  142. </tr>
  143. </table>
  144. </td>
  145. </tr>
  146. <tr><td colspan="2" height="10"></td></tr>
  147. <tr>
  148. <td width="28%" style="font-size: 11px;">Designation</td>
  149. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->designation }}</td>
  150. </tr>
  151. <tr><td colspan="2" height="10"></td></tr>
  152. <tr>
  153. <td colspan="2">
  154. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  155. <tr>
  156. <td width="28%" style="font-size: 11px;">Citizenship</td>
  157. <td width="24%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">-</td>
  158. <td width="10%" style="font-size: 11px;text-align:right;padding-right: 10px"> E-mail</td>
  159. <td width="38%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->email }}</td>
  160. </tr>
  161. </table>
  162. </td>
  163. </tr>
  164. </table>
  165. </td>
  166. </tr>
  167. <tr><td height="2"></td></tr>
  168. </table>
  169. </td>
  170. </tr>
  171. <!-- Installation Address -->
  172. <tr>
  173. <td>
  174. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  175. <tr>
  176. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  177. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">INSTALLATION ADDRESS</span>
  178. </td>
  179. </tr>
  180. <tr><td height="5"></td></tr>
  181. <tr>
  182. <td>
  183. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  184. <tr>
  185. <td width="28%" style="font-size: 11px;">Company Reg.No</td>
  186. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_reg }}</td>
  187. </tr>
  188. <tr><td colspan="2" height="10"></td></tr>
  189. <tr>
  190. <td width="28%" style="font-size: 11px;">Company Name</td>
  191. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_name }}</td>
  192. </tr>
  193. <tr><td colspan="2" height="10"></td></tr>
  194. <tr>
  195. <td width="28%" style="font-size: 11px;">Unit. No</td>
  196. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->unit_no }}</td>
  197. </tr>
  198. <tr><td colspan="2" height="10"></td></tr>
  199. <tr>
  200. <td width="28%" style="font-size: 11px;">Address</td>
  201. @if($form->building_name != null)
  202. <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>
  203. @else
  204. <td width="72%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->street }}</td>
  205. @endif
  206. </tr>
  207. <tr><td colspan="2" height="10"></td></tr>
  208. <tr>
  209. <td colspan="2">
  210. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  211. <tr>
  212. <td width="28%" style="font-size: 11px;">City/State</td>
  213. <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>
  214. <td width="15%" style="font-size: 11px;text-align:right;padding-right: 10px"> Postcode</td>
  215. <td width="25%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->postcode }}</td>
  216. </tr>
  217. </table>
  218. </td>
  219. </tr>
  220. <tr><td colspan="2" height="10"></td></tr>
  221. <tr>
  222. <td colspan="2">
  223. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  224. <tr>
  225. <td width="28%" style="font-size: 11px;">Company No.</td>
  226. <td width="32%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_num }}</td>
  227. <td width="15%" style="font-size: 11px;text-align:right;padding-right: 10px"> Company Fax No.</td>
  228. <td width="25%" height="18" style="font-size: 11px;border:1px solid black;padding:0px 3px;word-wrap: break-word;">{{ $form->company_fax }}</td>
  229. </tr>
  230. </table>
  231. </td>
  232. </tr>
  233. </table>
  234. </td>
  235. </tr>
  236. <tr><td height="2"></td></tr>
  237. </table>
  238. </td>
  239. </tr>
  240. <!-- Service Details -->
  241. <tr>
  242. <td>
  243. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  244. <tr>
  245. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  246. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">SERVICE DETAILS</span>
  247. </td>
  248. </tr>
  249. <tr><td height="3"></td></tr>
  250. <tr>
  251. <td>
  252. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  253. <tr>
  254. <td width="35%" style="font-size: 11px;">1. Subscription/Contract Period : </td>
  255. <td style="width: 20px;border:1px solid #000"><span>
  256. @if( $package->contract == "12")
  257. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  258. @endif
  259. </span></td>
  260. <td width="5">&nbsp;</td>
  261. <td width="13%" style="font-size: 11px;"> 12 months</td>
  262. <td style="width: 20px;border:1px solid #000"><span>
  263. @if( $package->contract == "24")
  264. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  265. @endif
  266. </span></td>
  267. <td width="5">&nbsp;</td>
  268. <td style="font-size: 11px;"> 24 months</td>
  269. </tr>
  270. </table>
  271. </td>
  272. </tr>
  273. <tr><td height="10"></td></tr>
  274. <tr>
  275. <td>
  276. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  277. <tr>
  278. <td width="34%" style="font-size: 11px;">2. Required For Service : </td>
  279. <td width="25%" height="16" style="font-size: 11px;border:1px solid #000"><span>{{ $package->rfs }}</span></td>
  280. <td width="25%" style="font-size: 11px;text-align: right;padding-right: 5px;">Billing Cycle</td>
  281. <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>
  282. <td width="25%"></td>
  283. </tr>
  284. </table>
  285. </td>
  286. </tr>
  287. <tr><td height="10"></td></tr>
  288. <tr>
  289. <td>
  290. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  291. <tr>
  292. <td width="34%" style="font-size: 11px;">3. Subscribe for Fixed IP : </td>
  293. <td width="50%" height="16" style="font-size: 11px;border:1px solid #000"><span>{{ $package->ip }}</span></td>
  294. <td width="3%" style="font-size: 11px;"></td>
  295. <td width="25%"></td>
  296. </tr>
  297. </table>
  298. </td>
  299. </tr>
  300. <tr><td height="8"></td></tr>
  301. <tr>
  302. <td>
  303. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  304. <tr>
  305. <td style="font-size: 10px;font-style: italic">1. Standard contract period is 24 months unless otherwise stated</td>
  306. </tr>
  307. <tr>
  308. <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>
  309. </tr>
  310. <tr>
  311. <td style="font-size: 10px;font-style: italic">3. Early termination will subject to RM 500 penalty.</td>
  312. </tr>
  313. <tr>
  314. <td style="font-size: 10px;font-style: italic">4. Separete penalty charge for broadband and voice</td>
  315. </tr>
  316. </table>
  317. </td>
  318. </tr>
  319. <tr><td height="8"></td></tr>
  320. <tr>
  321. <td>
  322. <table border="0" cellpadding="0" cellspacing="0">
  323. <tr>
  324. <td height="20" width="200" style="font-size: 10px;border:1px solid #000;padding: 5px 3px;font-style: italic">Remarks</td>
  325. </tr>
  326. </table>
  327. </td>
  328. </tr>
  329. <tr><td height="2"></td></tr>
  330. </table>
  331. </td>
  332. </tr>
  333. <!-- Service Details -->
  334. <tr>
  335. <td>
  336. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  337. <tr>
  338. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  339. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">PACKAGE DETAILS</span>
  340. </td>
  341. </tr>
  342. <tr><td height="5"></td></tr>
  343. <tr>
  344. <td>
  345. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  346. <tr>
  347. <td style="font-size: 11px;font-weight: bold">1. City Broadband Business (Best Effort Bandwith)</td>
  348. </tr>
  349. </table>
  350. </td>
  351. </tr>
  352. <tr><td height="5"></td></tr>
  353. <tr>
  354. <td>
  355. <table border="0" cellpadding="0" cellspacing="0">
  356. @if($created >= '2020-08-12' && $created < '2020-11-01')
  357. @foreach($product as $p)
  358. @if($p->speed != '10' && $p->speed != '30')
  359. <tr>
  360. <td width="13" height="13" style="border:1px solid black;">
  361. <span>
  362. @if( $package->name == $p->speed )
  363. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  364. @endif
  365. </span>
  366. </td>
  367. <td width="5">&nbsp;</td>
  368. <td style="font-size: 11px;"><b>{{ $p->package_name }}</b></td>
  369. <td width="10">&nbsp;</td>
  370. @if( $p->aug20_price != '0' && $package->contract == "24")
  371. <td style="font-size: 11px;">
  372. <span style="text-decoration: line-through;">
  373. <b>RM {{ $p->retail_price }}</b> ( RM {{ number_format(floatval($p->retail_price) * 1.06, 2) }} )
  374. </span>
  375. <b>RM {{ $p->aug20_price }}</b> ( RM {{ number_format(floatval($p->aug20_price) * 1.06, 2) }} )
  376. </td>
  377. @elseif($p->promotion_price == '0' || $package->contract == "12" )
  378. @if ( $p->speed == '1')
  379. <td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM 3708.94 )</td>
  380. @endif
  381. @endif
  382. <td>&nbsp;</td>
  383. </tr>
  384. @endif
  385. @endforeach
  386. @else
  387. @foreach($product as $p)
  388. @if($p->speed != '10' && $p->speed != '30')
  389. <tr>
  390. <td width="13" height="13" style="border:1px solid black;">
  391. <span>
  392. @if( $package->name == $p->speed )
  393. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  394. @endif
  395. </span>
  396. </td>
  397. <td width="5">&nbsp;</td>
  398. <td style="font-size: 11px;"><b>{{ $p->package_name }}</b></td>
  399. <td width="10">&nbsp;</td>
  400. <td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM {{ number_format(floatval(preg_replace("/\,/", "",$p->retail_price)) * 1.06, 2) }} )</td>
  401. <td>&nbsp;</td>
  402. </tr>
  403. @endif
  404. @endforeach
  405. @endif
  406. </table>
  407. </td>
  408. </tr>
  409. <tr><td height="4"></td></tr>
  410. @if($package->name != '1' && $package->contract == '24' && ($created >= '2020-08-12' && $created < '2020-11-01'))
  411. <tr>
  412. <td style="font-size: 11px;">
  413. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"> RM 10 off for 24 months
  414. </td>
  415. </tr>
  416. @endif
  417. <tr>
  418. <td style="font-size: 9px;font-style: italic">*All prices shown in the bracket include 6% Services Tax (SST)</td>
  419. </tr>
  420. <tr><td height="5"></td></tr>
  421. <tr>
  422. <td>
  423. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  424. <tr>
  425. <td style="font-size: 11px;font-weight: bold">2. Voice (Business)</td>
  426. </tr>
  427. </table>
  428. </td>
  429. </tr>
  430. <tr><td height="5"></td></tr>
  431. <tr>
  432. <td>
  433. <table border="0" cellpadding="0" cellspacing="0">
  434. @if($package->name == '50')
  435. <tr>
  436. <td width="13" height="13" style="border:1px solid black;">
  437. <span>
  438. @if($package->voice_fee == "Yes" || $package->voice_fee == "yes")
  439. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  440. @else
  441. @endif
  442. </span>
  443. </td>
  444. <td width="5">&nbsp;</td>
  445. <td style="font-size: 11px;"><b>Yes</b></td>
  446. <td width="25">&nbsp;</td>
  447. <td width="13" height="13" style="border:1px solid black;">
  448. <span>
  449. @if($package->voice_fee == "no" || $package->voice_fee == '' || $package->voice_fee == "No")
  450. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  451. @else
  452. @endif
  453. </span>
  454. </td>
  455. <td width="5">&nbsp;</td>
  456. <td style="font-size: 11px;"><b>No</b></td>
  457. </tr>
  458. @else
  459. <tr>
  460. <td width="13" height="13" style="border:1px solid black;">
  461. <span>
  462. <img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
  463. </span>
  464. </td>
  465. <td width="5">&nbsp;</td>
  466. <td style="font-size: 11px;"><b>Free</b></td>
  467. </tr>
  468. @endif
  469. </table>
  470. </td>
  471. </tr>
  472. <tr><td height="20"></td></tr>
  473. <tr>
  474. <td>
  475. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  476. <tr>
  477. <td style="font-size: 11px;font-weight: bold;font-style: italic"><u>Advanced Payment</u></td>
  478. </tr>
  479. <tr>
  480. <td style="font-size: 11px;">1 Month Fee : <b>RM {{ $package->montly_fee }}</b> (including 6% ST)</td>
  481. </tr>
  482. <tr>
  483. <td style="font-size: 11px;">Deposit Fee : <b>RM {{ $package->deposit }}</b></td>
  484. </tr>
  485. <tr>
  486. @if($package->voice_fee == "no" || $package->voice_fee == "No" || $package->voice_fee == "NO")
  487. <td style="font-size: 11px;">Voice Fee : <b>RM 0</b></td>
  488. @elseif($package->voice_fee == "yes" || $package->voice_fee == "Yes" || $package->voice_fee == "YES")
  489. <td style="font-size: 11px;">Voice Fee : <b>RM 21.20</b> (including 6% ST)</td>
  490. @endif
  491. </tr>
  492. <tr>
  493. <td style="font-size: 11px;">One Time Charge Fee : <b>RM {{ $package->upfront_payment }}</b> (including 6% ST)</td>
  494. </tr>
  495. <tr>
  496. <td style="font-size: 11px;">IP Fee: <b>RM {{ $package->ip_tax }}</b> (including 6% ST)</td>
  497. </tr>
  498. <tr>
  499. @if ($package->name == "1")
  500. @if ($package->ip == "1 Fixed IP RM200/1P/Month")
  501. @if ($package->contract == "12")
  502. <td style="font-size: 11px;">Total : <b>RM 4238.94</b> </td>
  503. @else
  504. <td style="font-size: 11px;">Total : <b>RM 3920.94</b> </td>
  505. @endif
  506. @elseif ($package->ip == "5 Fixed IP RM400/1P/Month")
  507. @if ($package->contract == "12")
  508. <td style="font-size: 11px;">Total : <b>RM 4450.94</b> </td>
  509. @else
  510. <td style="font-size: 11px;">Total : <b>RM 4132.94</b> </td>
  511. @endif
  512. @else
  513. @if ($package->contract == "12")
  514. <td style="font-size: 11px;">Total : <b>RM 4026.94</b> </td>
  515. @else
  516. <td style="font-size: 11px;">Total : <b>RM 3708.94</b> </td>
  517. @endif
  518. @endif
  519. @else
  520. @if($package->voice_fee == "yes" || $package->voice_fee == "Yes" || $package->voice_fee == "YES")
  521. <td style="font-size: 11px;">Total : <b>RM {{ number_format(floatval($package->montly_fee) + floatval($package->upfront_payment) + floatval($package->ip_tax) + 21.20 , 2) }}</b></td>
  522. @else
  523. <td style="font-size: 11px;">Total : <b>RM {{ number_format(floatval($package->montly_fee) + floatval($package->upfront_payment) + floatval($package->ip_tax) , 2) }}</b></td>
  524. @endif
  525. @endif
  526. </tr>
  527. <tr>
  528. <td style="font-size: 9px;">*Installation fee will be woved for permises with available of required infrastructure</td>
  529. </tr>
  530. <tr>
  531. <td style="font-size: 9px;">**Deposit is refundable</td>
  532. </tr>
  533. </table>
  534. </td>
  535. </tr>
  536. <tr><td height="20"></td></tr>
  537. </table>
  538. </td>
  539. </tr>
  540. <!-- Document -->
  541. <tr>
  542. <td>
  543. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  544. <tr>
  545. <td bgcolor="#b4b4e1" style="font-size: 12px;font-weight: bold; padding: 5px 3px;">
  546. <span style="display:inline-block;border-bottom:1px solid black; padding-bottom:0px;margin-bottom: 0px">DOCUMENTS AND DECLARATION</span>
  547. </td>
  548. </tr>
  549. <tr><td height="5"></td></tr>
  550. <tr>
  551. <td style="font-size: 11px;"><b>Documents Required:</b></td>
  552. </tr>
  553. <tr><td height="5"></td></tr>
  554. <tr>
  555. <td>
  556. <table border="0" cellpadding="0" cellspacing="0">
  557. <tr>
  558. <td width="12" height="12" style="border:1px solid black"><span><img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto"></span></td>
  559. <td width="5">&nbsp;</td>
  560. <td style="font-size: 11px;">Photocopy of MyKad (front and back) or passport for Non-Malaysian (minimum 12 months validity)</td>
  561. </tr>
  562. </table>
  563. </td>
  564. </tr>
  565. <tr><td height="5"></td></tr>
  566. <tr>
  567. <td style="font-size: 11px;"><b>Declarations:</b></td>
  568. </tr>
  569. <tr><td height="5"></td></tr>
  570. <tr>
  571. <td>
  572. <table border="0" cellpadding="0" cellspacing="0">
  573. <tr>
  574. <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>
  575. </tr>
  576. <tr><td height="10"></td></tr>
  577. <tr>
  578. <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>
  579. </tr>
  580. <tr><td height="10"></td></tr>
  581. <tr>
  582. <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>
  583. </tr>
  584. </table>
  585. </td>
  586. </tr>
  587. <tr><td height="5"></td></tr>
  588. <tr>
  589. <td style="font-size: 12px;text-align: justify"><b>Submitted Date:</b> {{ $form->created_at }}</td>
  590. </tr>
  591. </table>
  592. </td>
  593. </tr>
  594. </table>
  595. <div class="page-break"></div>
  596. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  597. <tr>
  598. <td>
  599. @if($form->back_ic != "" && $form->front_ic != "")
  600. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  601. <tr>
  602. <td align="center" style="font-size: 16; font-weight: bold;">
  603. Attachment
  604. </td>
  605. </tr>
  606. <tr><td height="10"></td></tr>
  607. @if ($ext1 != "pdf")
  608. <tr>
  609. <td style="font-size: 14; font-weight: bold;">
  610. Identity Card (Front)
  611. </td>
  612. </tr>
  613. <tr><td height="5"></td></tr>
  614. <tr>
  615. <td width="100%">
  616. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->front_ic) }}">
  617. </td>
  618. </tr>
  619. @endif
  620. <tr><td height="5"></td></tr>
  621. @if ($ext2 != "pdf")
  622. <tr>
  623. <td style="font-size: 14; font-weight: bold;">
  624. Identity Card (Back)
  625. </td>
  626. </tr>
  627. <tr><td height="5"></td></tr>
  628. <tr>
  629. <td width="100%">
  630. <img style="display:block;max-width:670px;height:auto" src="{{ url($form->back_ic) }}">
  631. </td>
  632. </tr>
  633. @endif
  634. </table>
  635. </td>
  636. </tr>
  637. @endif
  638. @if($form->form9_44 != "" && $ext3 != "pdf")
  639. <tr>
  640. <td>
  641. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  642. <tr>
  643. <td style="font-size: 14; font-weight: bold;">
  644. Company Form
  645. </td>
  646. </tr>
  647. <tr><td height="5"></td></tr>
  648. <tr>
  649. <td width="100%" style="text-align: center">
  650. <img style="display:block;max-width:700px;max-height:500px" src="{{ url($form->form9_44) }}">
  651. </td>
  652. </tr>
  653. </table>
  654. </td>
  655. </tr>
  656. @endif
  657. @if($form->paymentReceipt != "" && $ext4 !="pdf")
  658. <tr>
  659. <td>
  660. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  661. <tr>
  662. <td style="font-size: 14; font-weight: bold;">
  663. Upfront Payment Receipt
  664. </td>
  665. </tr>
  666. <tr><td height="5"></td></tr>
  667. <tr>
  668. <td width="100%" style="text-align: center">
  669. <img style="display:block;max-width:700px;max-height:500px" src="{{ url($form->paymentReceipt) }}">
  670. </td>
  671. </tr>
  672. </table>
  673. </td>
  674. </tr>
  675. @endif
  676. @if($form->soForm != "" && $ext5 !="pdf")
  677. <tr>
  678. <td>
  679. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  680. <tr>
  681. <td style="font-size: 14; font-weight: bold;">
  682. Service Order Form
  683. </td>
  684. </tr>
  685. <tr><td height="5"></td></tr>
  686. <tr>
  687. <td width="100%" style="text-align: center">
  688. <img style="display:block;max-width:700px;max-height:500px" src="{{ url($form->soForm) }}">
  689. </td>
  690. </tr>
  691. </table>
  692. </td>
  693. </tr>
  694. @endif
  695. </table>
  696. </table>
  697. </table>
  698. </table>
  699. </table>
  700. </table>
  701. </table>
  702. </body>
  703. </html>