Skip to content

Commit

Permalink
Update login.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Mar 21, 2023
1 parent 76987e6 commit b02bb34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<?php
$pages = DB::table('pages')->get();
foreach($pages as $page)
{
//Gets value from database
}
?>

<x-guest-layout>
@include('layouts.lang')

Expand Down

0 comments on commit b02bb34

Please sign in to comment.