@extends('layouts.app')
@section('title', $champion->name . ' • Heimerdinger.LoL')
@section('description',
'Heimerdinger.LoL: ' .
$champion->name .
' details showing all the information you need to know
about ' .
$champion->name .
', ' .
$champion->title .
'. ' .
substr($champion->lore, 0, 50) .
'...')
@section('content')
@endsection
@push('bottom_scripts')
@vite('resources/js/horizontal-scroll.js')
@endpush