2025-03-26 10:01:46 +07:00

33 lines
2.0 KiB
PHP

<div class="iq-navbar-header" style="height: 215px;">
<div class="container-fluid iq-container">
<div class="row">
<div class="col-md-12">
<div class="d-flex justify-content-between align-items-center flex-wrap">
<div>
<h1>
Hello
{{ (!empty(Auth::user()->gelar_depan) ? Auth::user()->gelar_depan.'. ' : '' ) }}
{{ (!empty(Auth::user()->full_name) ? Auth::user()->full_name : '' ) }}
{{ (!empty(Auth::user()->gelar_belakang) ? ', '.Auth::user()->gelar_belakang : '' ) }}
!
</h1>
<p>Selamat datang dan selamat beraktifitas.</p>
</div>
<div>
<a href="" class="btn btn-link btn-soft-light">
{{ date('l').', '.date('d F Y') }}
</a>
</div>
</div>
</div>
</div>
</div>
<div class="iq-header-img">
<img src="{{asset('images/dashboard/top-header.png')}}" alt="header" class="theme-color-default-img img-fluid w-100 h-100 animated-scaleX">
<img src="{{asset('images/dashboard/top-header1.png')}}" alt="header" class="theme-color-purple-img img-fluid w-100 h-100 animated-scaleX">
<img src="{{asset('images/dashboard/top-header2.png')}}" alt="header" class="theme-color-blue-img img-fluid w-100 h-100 animated-scaleX">
<img src="{{asset('images/dashboard/top-header3.png')}}" alt="header" class="theme-color-green-img img-fluid w-100 h-100 animated-scaleX">
<img src="{{asset('images/dashboard/top-header4.png')}}" alt="header" class="theme-color-yellow-img img-fluid w-100 h-100 animated-scaleX">
<img src="{{asset('images/dashboard/top-header5.png')}}" alt="header" class="theme-color-pink-img img-fluid w-100 h-100 animated-scaleX">
</div>
</div>