fleets views
This commit is contained in:
@@ -4,8 +4,5 @@
|
||||
<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
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user