9 lines
329 B
PHP
9 lines
329 B
PHP
@extends('layouts.b4')
|
|
@section('content')
|
|
<div class="container">
|
|
<h1>Work in Progress aka NOTHING WORKS!</h1><br>
|
|
<h2>Standing Fleet</h2>
|
|
<a href="{{ route('/fleets/addpilot/{id}', ['id' => Auth::user()->character_id]) }}">Join Standing Fleet</a>
|
|
Display some other cool stuff about the fleet
|
|
</div>
|
|
@endsection |