This commit is contained in:
2018-11-13 20:00:17 -06:00
parent 04b4c13794
commit 17326141af

View File

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