File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ <x-guest-layout >
2
+ <div class =" pt-4 bg-gray-100" >
3
+ <div class =" min-h-screen flex flex-col items-center pt-6 sm:pt-0" >
4
+ <div >
5
+ <x-jet-authentication-card-logo />
6
+ </div >
7
+
8
+ <div class =" w-full sm:max-w-2xl mt-6 p-6 bg-white shadow-md overflow-hidden sm:rounded-lg prose" >
9
+ {!! $content ! !}
10
+ </div >
11
+ </div >
12
+ </div >
13
+ </x-guest-layout >
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ public static function routes()
15
15
$ format = request ()->query ('format ' , 'markdown ' );
16
16
17
17
$ filename = self ::filename ($ format );
18
- $ view = self ::view ($ format );
19
18
$ content = self ::content ($ format );
20
19
21
20
$ filepath = config ('database.doc_schema_path ' ).DIRECTORY_SEPARATOR .$ filename ;
@@ -28,7 +27,7 @@ public static function routes()
28
27
]);
29
28
}
30
29
31
- return view ('db-doc::markdown ' , [
30
+ return view ('laravel- db-doc::markdown ' , [
32
31
'content ' => Str::markdown (
33
32
$ content
34
33
),
You can’t perform that action at this time.
0 commit comments