mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-20 22:00:52 +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>
|
||||
@include('layouts.lang')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user