From 031883ad364d796d71ef5fabe99c326392299fb4 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Fri, 8 Dec 2023 17:34:55 +0100 Subject: [PATCH] refactor(sales): update sales index view - Refactored the sales index view to extend the 'layouts.app' blade template. - Updated the title and description sections with appropriate content. - Removed unnecessary meta tags related to icons, OpenGraph, and Twitter. - Added a new section for content and included the 'x-sales.current_sales' component. This commit improves the structure and content of the sales index page. --- resources/views/sales/index.blade.php | 58 ++++----------------------- 1 file changed, 7 insertions(+), 51 deletions(-) diff --git a/resources/views/sales/index.blade.php b/resources/views/sales/index.blade.php index 50c7204..2e44dd5 100644 --- a/resources/views/sales/index.blade.php +++ b/resources/views/sales/index.blade.php @@ -1,53 +1,9 @@ - - +@extends('layouts.app') - - - +@section('title', 'Heimerdinger.LoL • Sale Rotation') +@section('description', 'Explore the current LoL Sale on Heimerdinger.LoL. Find detailed information on what champions + and skins are currently on sale and grab a good deal!') - - - - - - - - - - - - Heimerdinger.LoL • Sale Rotation - - - - - - - - - - - - - - - - - - - - - - @vite(['resources/css/app.css', 'resources/js/app.js']) - - - - - - - - - +@section('content') + +@endsection