6 lines
65 B
PHP
6 lines
65 B
PHP
@extends("layout.base")
|
|
|
|
@section("content")
|
|
Hej
|
|
@endsection
|