We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76987e6 commit b02bb34Copy full SHA for b02bb34
resources/views/auth/login.blade.php
@@ -1,3 +1,11 @@
1
+<?php
2
+$pages = DB::table('pages')->get();
3
+foreach($pages as $page)
4
+{
5
+ //Gets value from database
6
+}
7
+?>
8
+
9
<x-guest-layout>
10
@include('layouts.lang')
11
0 commit comments