Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

newBusiness-pdf.blade.php 28KB

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