Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simlitabmas
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Farendi Giotivano R.P
simlitabmas
Commits
a6f9c06f
Commit
a6f9c06f
authored
Apr 19, 2021
by
Farendi Giotivano R.P
Browse files
Options
Browse Files
Download
Plain Diff
Master Layout
parents
b4c21f42
813c8626
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
app/Models/User.php
+2
-0
resources/views/layouts/master.blade.php
+1
-1
No files found.
app/Models/User.php
View file @
a6f9c06f
...
...
@@ -17,6 +17,8 @@ class User extends Authenticatable
use
Notifiable
;
use
TwoFactorAuthenticatable
;
public
$incrementing
=
false
;
/**
* The attributes that are mass assignable.
*
...
...
resources/views/layouts/master.blade.php
View file @
a6f9c06f
...
...
@@ -39,7 +39,7 @@
<div
class=
"media"
>
<img
src=
"{{ url('theme/assets/img/90x90.jpg') }}"
class=
"img-fluid"
alt=
"admin-profile"
>
<div
class=
"media-body align-self-center"
>
{{--
<h6><span>
Hi,
</span>
{{ auth()->user()->name }}
</h6>
--}}
<h6><span>
Hi,
</span>
{{ Auth::user()->name }}
</h6>
</div>
</div>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"24"
height=
"24"
viewBox=
"0 0 24 24"
fill=
"none"
stroke=
"currentColor"
stroke-width=
"2"
stroke-linecap=
"round"
stroke-linejoin=
"round"
class=
"feather feather-chevron-down"
><polyline
points=
"6 9 12 15 18 9"
></polyline></svg>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment