fleets views

This commit is contained in:
2018-11-13 20:12:30 -06:00
parent d73ca7a3f9
commit 1b15add39b
@@ -3,7 +3,7 @@
<div class="container">
<h1>Work in Progress aka NOTHING WORKS!</h1><br>
<h2>Fleets</h2>
@for($i = 0; $i < $size; $i++)
@for($i = 0; $i < count($data['fc']); $i++)
<a href="{{ route('addpilot', $data['fc'][$i], [Auth::user()->character_id]) }}">Join {{ $data['description'][$i] }}</a>
@endfor
</div>