Ekapp/skolehjem/resources/views/admin/layout/header.blade.php

8 lines
396 B
PHP
Raw Normal View History

2020-06-15 06:56:21 +00:00
@section("header")
<header class="row align-items-center" style="background-color: #00788a;">
<img src="{{ URL::asset('/images/logos/Logo-hvid.svg') }}" class="h-100 brand" alt="Syddansk Erhvervsskole">
<a href="" class="btn btn-dark text-white m-0 ml-auto">User: Admin</a>
<a href="" class="btn btn-dark text-white m-0 ml-1 mr-1">Log ud</a>
</header>
@endsection