Files
website/resources/views/content/contact.blade.php
2026-03-28 00:19:56 +01:00

10 lines
171 B
PHP

@extends('layout.app')
@section('scripts')
@endsection
@section('content')
<h1>{{ __('app.contact.title') }}</h1>
<br />
{!! __('app.contact.content') !!}
@endsection