Add (article): ai gen, front views

This commit is contained in:
2023-09-24 22:53:40 +08:00
parent 18705bd5e4
commit 322d680961
115 changed files with 9710 additions and 201 deletions

View File

@@ -0,0 +1,13 @@
@extends('front.layouts.app')
@section('content')
<div class="container mt-4 mb-0">
<h1 class="pb-2 fw-normal h2">{{ $title }}</h1>
<p class="mb-8 text-center p-3 bg-gradient bg-light text-dark">
{{ $description }}
</p>
<div>
{!! $content !!}
</div>
</div>
@endsection