@extends('layouts.app') @section('content')

Workout Information

Add Workout table of content

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Workout table of content
Back
@endsection