Skip to content

Instantly share code, notes, and snippets.

View uiaciel's full-sized avatar

uiaciel uiaciel

View GitHub Profile
@uiaciel
uiaciel / route.php
Created January 11, 2023 07:03
Routing Testing
Route::get('hello/{name}' , function($name){
return "hello " . $name;
});
Route::get('hello/world' , function(){
return "hello world is working";
});
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle text-white" data-bs-toggle="dropdown">Subsidiaries</a>
<div class="dropdown-menu bg-light rounded-0 m-0">
<a href="https://smgagroup.com/" class="dropdown-item">PT. Sumber Mineral Global Energy Tbk</a>
<!-- Sub-menu untuk PT Sumber Mineral Global Abadi -->
<div class="dropdown">
<a href="#" class="dropdown-item dropdown-toggle" id="submenu2" role="button" data-bs-toggle="dropdown" aria-expanded="false">PT. Sumber Mineral Global Abadi</a>
<ul class="dropdown-menu" aria-labelledby="submenu2">