simple-blog/source/about.blade.php

12 lines
216 B
PHP
Raw Normal View History

2022-05-22 07:15:41 +01:00
@extends('_layouts.main')
@section('body')
2022-05-22 09:05:29 +01:00
<article>
<section>
<h2>About</h2>
</section>
<section>
<p>Hello World</p>
</section>
</article>
2022-05-22 07:15:41 +01:00
@endsection