moons controller
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user