Files
w4rpservices/resources/views/fleets/displayfleets.blade.php
2018-11-12 23:07:47 -06:00

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