@extends("admin.layout.base")
@extends("admin.layout.header")

@section("title")
    Home - Logud
@endsection

@section("path")
    <a href="{{ route('users.logout') }}" class="text-white">Logud</a> /
@endsection

@section("content")

@endsection