mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
9 lines
238 B
PHP
9 lines
238 B
PHP
@extends('layouts.streamerpanel')
|
|
|
|
@section('title', 'Streamer Panel • Heimerdinger.LoL')
|
|
@section('description', 'Heimerdinger.LoL: Streamer Panel for managing your streamer requests.')
|
|
|
|
@section('content')
|
|
hello world
|
|
@endsection
|