moons controller
This commit is contained in:
@@ -18,12 +18,9 @@
|
|||||||
|
|
||||||
<!-- CSRF Token -->
|
<!-- CSRF Token -->
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
|
|
||||||
<!-- Bootstrap CSS -->
|
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
|
<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') }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@include('layouts.navbar')
|
@include('layouts.navbar')
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h2>Moons in W4RP Space</h2>
|
<h2>Moons in W4RP Space</h2>
|
||||||
<ul class="nav nav-tabs">
|
<ul class="nav nav-tabs nav-pills">
|
||||||
@foreach($systems as $system)
|
@foreach($systems as $system)
|
||||||
<li>
|
<li>
|
||||||
<a data-toggle="tab" href="#W4RP-{{$system}}">{{$system}}</a>
|
<a data-toggle="tab" href="#W4RP-{{$system}}">{{$system}}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user