fleets views
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<div class="container">
|
||||
<h1>Work in Progress aka NOTHING WORKS!</h1><br>
|
||||
<h2>Fleets</h2>
|
||||
<?php var_dump($data); ?>
|
||||
@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
|
||||
|
||||
Reference in New Issue
Block a user