fleets
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<h1>Work in Progress aka NOTHING WORKS!</h1><br>
|
||||
<h2>Fleets</h2>
|
||||
@foreach ($fleet as $fl)
|
||||
<a href="{{ route('addpilot', $fl->fleet, [Auth::user()->character_id]) }}">Join {{ $fl->description }}</a>
|
||||
<a href="{{ route('addpilot', $fl['fleet'], [Auth::user()->character_id]) }}">Join {{ $fl['description'] }}</a>
|
||||
@endforeach
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user