mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: Add streamers to champion show view
- Added loading of streamers data in the champion show view. - Updated ChampionController to load streamers for display.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
about ' . $champion->name . ', ' . $champion->title . '. ' . substr($champion->lore, 0, 50) . '...')
|
||||
|
||||
@section('content')
|
||||
<x-champions.grid_info :champion="$champion"/>
|
||||
<x-champions.grid_info :champion="$champion" :streamers="$streamers"/>
|
||||
@endsection
|
||||
|
||||
@push('bottom_scripts')
|
||||
|
||||
Reference in New Issue
Block a user