Files
HeimerdingerLoL/resources/views/streamerpanel/index.blade.php
Rico van Zelst b46128ec26 Add Champion model, form validation, and components for StreamerPanel.
- Added Champion model to StreamerPanelController.
- Implemented form validation for champion_id, platform, username, and displayname in create and update methods.
- Created StreamerCreateForm and StreamersTable components for better organization.
2024-03-22 02:35:44 +01:00

10 lines
314 B
PHP

@extends('layouts.streamerpanel')
@section('title', 'Streamer Panel • Heimerdinger.LoL')
@section('description', 'Heimerdinger.LoL: Streamer Panel for managing your streamer requests.')
@section('content')
<x-streamerpanel.home />
<x-streamerpanel.streamerstable :streamers="$streamers" />
@endsection