Advertisement
xthyan

publicidad 18-10-18 12:26am

Oct 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. @extends('layout')
  2.  
  3. @section('body_class')page b-white @stop
  4.  
  5. @section('content')
  6. <div class="banner">
  7. <div class="banner-content">
  8. <div class="swiper-container">
  9. <div class="swiper-wrapper">
  10. <div class="swiper-slide">
  11. <div class="banner-bg" style="background-image: url('/images/bg-pumaenv.png')">
  12. <div class="banner-bg-cloth"></div>
  13. </div>
  14. <div class="main-text">
  15. <h1 class="main-text-small">{{$words['titulo-pub1']}}</h1>
  16. </div>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. <div class="content pad-top">
  23. <div class="container">
  24. <div class="table-responsive">
  25. <table class="table table-purple table-bordered table-striped">
  26. <thead>
  27. <tr>
  28. <th class="text-center">N</th>
  29. <th class="text-center">{{$words['titulo-cabecerapub-tabla1']}}</th>
  30. <th class="text-center">{{$words['titulo-cabecerapub-tabla2']}}</th>
  31. <th class="text-center">{{$words['titulo-cabecerapub-tabla3']}}</th>
  32. <th class="text-center">{{$words['titulo-cabecerapub-tabla4']}}</th>
  33. </tr>
  34. </thead>
  35. <tbody>
  36. <tr>
  37. <td class="text-center">1</td>
  38. <td>{!!$words['titulo-serviciopub1']!!}</td>
  39. <td>{{$words['tipo-serviciopub1']}}</td>
  40. <td>{{$words['estado-serviciopub1']}}</td>
  41. <td class="text-center">{!!$words['detalle-serviciopub1']!!}</td>
  42. </tr>
  43. <tr>
  44. <td class="text-center">2</td>
  45. <td>{!!$words['titulo-serviciopub2']!!}</td>
  46. <td>{{$words['tipo-serviciopub2']}}</td>
  47. <td>{{$words['estado-serviciopub2']}}</td>
  48. <td class="text-center">{!!$words['detalle-serviciopub1']!!}</td>
  49. </tr>
  50. <tr>
  51. <td class="text-center">3</td>
  52. <td>{!!$words['titulo-serviciopub3']!!}</td>
  53. <td>{{$words['tipo-serviciopub3']}}</td>
  54. <td>{{$words['estado-serviciopub3']}}</td>
  55. <td class="text-center">{!!$words['detalle-serviciopub3']!!}</td>
  56. </tr>
  57. <tr>
  58. <td class="text-center">4</td>
  59. <td>{!!$words['titulo-serviciopub4']!!}</td>
  60. <td>{{$words['tipo-serviciopub4']}}</td>
  61. <td>{{$words['estado-serviciopub4']}}</td>
  62. <td class="text-center">{!!$words['detalle-serviciopub4']!!}</td>
  63. </tr>
  64. <tr>
  65. <td class="text-center">5</td>
  66. <td>{!!$words['titulo-serviciopub5']!!}</td>
  67. <td>{{$words['tipo-serviciopub5']}}</td>
  68. <td>{{$words['estado-serviciopub5']}}</td>
  69. <td class="text-center"><a href="https://www.ungm.org/Public/Notice/77049" target="_blank" rel="nofollow">{!!$words['detalle-serviciopub5']!!}</a></td>
  70. </tr>
  71. <tr>
  72. <td class="text-center">6</td>
  73. <td>{!!$words['titulo-serviciopub6']!!}</td>
  74. <td>{{$words['tipo-serviciopub6']}}</td>
  75. <td>{{$words['estado-serviciopub6']}}</td>
  76. <td class="text-center"><a href="https://www.ungm.org/Public/Notice/77262" target="_blank" rel="nofollow">{!!$words['detalle-serviciopub6']!!}</a></td>
  77. </tr>
  78. </tbody>
  79. </table>
  80. </div>
  81. </div>
  82. </div>
  83. <div class="flowers"></div>
  84. <div class="bar"></div>
  85. @stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement