@extends('mobile.layout.mobile-layout') @section('content')
{{-- Category Icons (Static) --}} {{-- Category Icons (Static) --}}
{{-- Warmup --}} {{-- Strength --}} {{-- Weightlifting --}} {{-- Conditioning --}} {{-- Test --}}
{{-- Category Workout Sections --}}
{{-- Warmup --}}
@if ($detailswarmup->isEmpty())

No warm-up workouts assigned.

@else @foreach ($detailswarmup as $warmupdetail) {{-- Category --}} {{-- Workout --}} {{-- --}} {{-- Weight --}} {{-- Reps --}} @endforeach
Workout Weight Rep
{{ $warmupdetail->workouts->categoryOption->category_name }} - {{ $warmupdetail->workouts->workout }}{{ $warmupdetail->workouts->workout }}{{ $warmupdetail->weight }}
{{ $warmupdetail->reps }}
@endif
{{-- Strength --}} {{-- Weightlifting --}} {{-- Conditioning --}} {{-- Test --}}
00:00:00
{{-- increase decrease quntity function --}} {{-- end increase decrease quntity function --}} {{-- drop down script --}} {{-- end drop down script --}} {{-- strenght save and colur change --}} {{-- end strenght save and colur change --}} {{-- warm up save --}} {{-- end warumup save --}} @endsection