Ekapp/skolehjem/resources/views/app/about/index.blade.php

11 lines
233 B
PHP

@extends("app.layout.base")
@section("title")
Aktiviteter
@endsection
@section("content")
<main>
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.omkring') }}</h1>
</main>
@endsection