my-website/resources/views/about.blade.php

7 lines
95 B
PHP
Raw Normal View History

2024-02-16 23:36:28 +02:00
@extends('layout')
@section("title", "about")
@section('content')
<p>TEst</p>
@endsection