moons controller
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('css/bootstrap.css') }}">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
<br>
|
||||
<ul class="nav nav-pills">
|
||||
@foreach($systems as $system)
|
||||
<li>
|
||||
<a class="nav-item" data-toggle="pill" href="#W4RP-{{$system}}">{{$system}}</a>
|
||||
<li class="nav-item">
|
||||
<a data-toggle="pill" href="#W4RP-{{$system}}">{{$system}}</a>
|
||||
</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user