Files
HeimerdingerLoL/resources/views/icons/show.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

9 lines
358 B
PHP

@extends('layouts.app')
@section('title', $icon->title . ' • Heimerdinger')
@section('description', 'Heimerdinger.LoL: ' . $icon->title . ' details showing all the information about the icon
released in ' . $icon->release_year . '. ' . substr($icon->description, 0, 64) . '...')
@section('content')
<x-icons.view_grid :icon="$icon" />
@endsection