moons controller

This commit is contained in:
2020-02-24 00:07:58 -06:00
parent 203b2085ef
commit a3e940fd79
2 changed files with 4 additions and 4 deletions

View File

@@ -19,11 +19,11 @@
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<!-- Bootstrap CSS
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
-->
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
<!--<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}"> -->
</head>
<body>
@include('layouts.navbar')

View File

@@ -1,7 +1,7 @@
@extends('layouts.moons.b4')
@section('content')
<div class="row">
<div class="container">
<div class="row">
<h2>Moons in W4RP Space</h2>
<ul class="nav nav-tabs">
@foreach($systems as $system)