2026-02-07 22:55:07 +08:00
|
|
|
@extends('frontend.layouts.app')
|
2026-02-05 22:22:10 +08:00
|
|
|
|
|
|
|
|
@php
|
|
|
|
|
use Illuminate\Support\Str;
|
|
|
|
|
@endphp
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
<div class="page-header">
|
2026-02-07 22:55:07 +08:00
|
|
|
<h1>关于我们</h1>
|
2026-02-05 22:22:10 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="rich-text">{!! Str::markdown($content) !!}</div>
|
|
|
|
|
@endsection
|