Files
HeimerdingerLoL/resources/views/champions/index.blade.php
Rico van Zelst 45cb08c4d9 refactor: remove ad scripts from views
Cleaned up multiple view files by removing Google AdSense script inclusions.
2025-02-26 22:25:14 +01:00

19 lines
535 B
PHP

@extends('layouts.app')
@section('title', 'Heimerdinger • Champions')
@section('description',
'Explore the world of League of Legends champions on Heimerdinger.LoL. Find detailed
information on top picks like Heimerdinger, Ezreal, Jinx and Lux. Dive into the action now!')
@push('top_scripts')
@vite('resources/js/lane-filter.js')
@endpush
@section('content')
<x-champions.list_all :champions="$champions" :roles="$roles" />
@endsection
@push('bottom_scripts')
@include('popper::assets')
@endpush