Advertisement
kura2yamato

view basic

Aug 6th, 2023
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | Source Code | 0 0
  1. <h1>Welcome</h1>
  2. <!--url: {{url('myExcel/ex1')}}
  3. <br/>Res: {{resource_path('excel')}}
  4. -->
  5. <hr/><ol><li>
  6. <?php echo implode("</li>\n<li>", $files);?>
  7. </li>
  8.     <li>
  9.         <a href="{{url('myExcel/ex1')}}">contoh 1</a>
  10.     </li>
  11. </ol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement