PATH:
home
/
lab2454c
/
healthvalidate.com
/
resources
/
views
/
layouts
/
admin
<div class="welcome__wrapp"> <div class="welcome__wrapp__inner"> <div class="welcome__wrapp__content"> <h2>{{ __('messages.admin.greeting_dashboard') }}</h2> <h1>@if(!empty($site_setting->site_title)){{$site_setting->site_title}}@else{{config('app.name')}}@endif</h1> </div> </div> </div>
[-] topbar.blade.php
[edit]
[-] authentication.blade.php
[edit]
[-] form.blade.php
[edit]
[-] sidebar.blade.php
[edit]
[+]
..
[-] footer.blade.php
[edit]
[-] content_topbar.blade.php
[edit]
[-] dashboard.blade.php
[edit]