mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: Add streamer edit form and view
- Added a new blade file for editing streamers with form fields for champion, platform, username, and display name. Included styling and functionality to update streamer details.
This commit is contained in:
15
resources/views/streamerpanel/streamer-edit.blade.php
Normal file
15
resources/views/streamerpanel/streamer-edit.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@extends('layouts.streamerpanel')
|
||||
|
||||
@section('title', 'Streamer Panel • Heimerdinger.LoL')
|
||||
@section('description', 'Heimerdinger.LoL: Streamer Panel for managing your streamer requests.')
|
||||
|
||||
@section('content')
|
||||
<section class="max-w-screen-xl mx-auto mt-12">
|
||||
<h1
|
||||
class="text-2xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||
Editing Streamer</h1>
|
||||
<x-streamerpanel.streamer-edit-form :streamer="$streamer" :champions="$champions" />
|
||||
|
||||
</section>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user