Commit a6f9c06f by Farendi Giotivano R.P

Master Layout

parents b4c21f42 813c8626
......@@ -17,6 +17,8 @@ class User extends Authenticatable
use Notifiable;
use TwoFactorAuthenticatable;
public $incrementing = false;
/**
* The attributes that are mass assignable.
*
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment