fleets views

This commit is contained in:
2018-11-13 20:15:30 -06:00
parent 868e163ffa
commit daa47512c5

View File

@@ -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