mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-08 08:08:42 +01:00
Update login.blade.php
This commit is contained in:
parent
76987e6a6b
commit
b02bb34ad3
@ -1,3 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
$pages = DB::table('pages')->get();
|
||||||
|
foreach($pages as $page)
|
||||||
|
{
|
||||||
|
//Gets value from database
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
|
||||||
<x-guest-layout>
|
<x-guest-layout>
|
||||||
@include('layouts.lang')
|
@include('layouts.lang')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user