Update login.blade.php

This commit is contained in:
Julian Prieber 2023-03-21 21:07:42 +01:00
parent 76987e6a6b
commit b02bb34ad3
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
<?php
$pages = DB::table('pages')->get();
foreach($pages as $page)
{
//Gets value from database
}
?>
<x-guest-layout>
@include('layouts.lang')