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