workoutgenerator-app/resources/views/about.blade.php

9 lines
145 B
PHP

@extends('layouts.master')
@section('title', 'About')
@section('header')
@section('content')
<p>This is the about content</p>
@endsection