workoutgenerator-app/resources/views/home.blade.php~

15 lines
504 B
PHP

@extends('layouts.master')
@section('title', 'Home')
@section('header')
@section('content')
<div class="content">
<p>Stuck in a rut? Just getting started? Getting bored of your routine? We've got you covered.
<br />
<br />
With the workout generator provided exclusively by Fitness 1440, you can take your workouts to the next level. You give us your goals, your preferences, and your experience level and we'll give you a new workout as often as you like.
</p>
</div>
@endsection