diff --git a/app/Http/Controllers/AuditionInformationPage.php b/app/Http/Controllers/AuditionInformationPage.php
index 321d50f..cca0243 100644
--- a/app/Http/Controllers/AuditionInformationPage.php
+++ b/app/Http/Controllers/AuditionInformationPage.php
@@ -6,5 +6,8 @@ use Illuminate\Http\Request;
class AuditionInformationPage extends Controller
{
- //
+ public function __invoke()
+ {
+ return view('audition-information');
+ }
}
diff --git a/app/View/Components/Layout/App.php b/app/View/Components/Layout/App.php
index da66b92..66ea40b 100644
--- a/app/View/Components/Layout/App.php
+++ b/app/View/Components/Layout/App.php
@@ -16,9 +16,13 @@ class App extends Component
public function __construct()
{
$this->links = [
+ [
+ 'name' => 'Home',
+ 'link' => route('welcome'),
+ ],
[
'name' => 'Audition Information',
- 'link' => '#',
+ 'link' => route('audition-information'),
],
[
'name' => 'Clinic Information',
diff --git a/resources/views/audition-information.blade.php b/resources/views/audition-information.blade.php
new file mode 100644
index 0000000..3f3a2b4
--- /dev/null
+++ b/resources/views/audition-information.blade.php
@@ -0,0 +1,25 @@
+ January 12, 2026 Wagoner High School Entry fee is $10.00 per entry 9th Graders may audition for the Jr. High and/or HS Band. Those auditioning for both bands must pay a
+ $10.00 audition fee for each instrument they audition on for each band. (A 9th grade trumpet player
+ auditioning for the Jr. High and HS band would pay $20.00; a 9th grade sax player auditioning on
+ alto
+ and tenor for the Jr. High and HS band would pay $40.00). 9th Graders, auditioning for both Jr. High and HS, who score well enough to be in the HS band will be
+ placed
+ in the HS band. Students are selected by director recommendation. Directors may being up to 9 students for each band, but
+ no more than one drummer or two alto saxes for either. Entry fee is $10.00 and includes lunch.
Concert/Jazz: {{ $concertEntryDeadline }}
-First/Second Year: {{ $beginnerEntryDeadline }}
+Concert/Jazz: {{ $concertEntryDeadline }}
+First/Second Year: {{ $beginnerEntryDeadline }}
+{{ $concertClinicDates }}
-{{ $concertClinicLocation }}
-{{ $beginnerClinicDates }}
-{{ $beginnerClinicLocation }}
-{{ $concertClinicDates }}
+{{ $concertClinicLocation }}
+{{ $beginnerClinicDates }}
+{{ $beginnerClinicLocation }}
+