@extends('layout.layout') @section('content')
Home
/
Workout Manager
Workout Manager
←
→
Create
{{-- Tab Names --}}
{{--
Warmup
Strength
Weightlifting
Conditioning
--}}
{{-- Separator Line with Gap --}} {{-- Top Week and year display --}} {{--
←
→
--}}
{{-- side week calender --}}
Day Planner
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
{{-- Classess --}}
@include('admin.components.classes', ['classes' => $classes])
{{-- Unified Search List (Visible always) --}}
@include('admin.components.search_workout_list')
{{-- Hidden Components for Create/Edit Modal Logic if needed or just kept for reference
@include('admin.components.warmup') @include('admin.components.strength') @include('admin.components.conditioning') @include('admin.components.weightlifting') @include('admin.components.test')
--}}
{{-- Workout Create/Edit Modal --}}
@include('admin.components.create_workout_form')
@endsection {{-- Date Script --}}