2020-06-16 07:04:25 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
|
|
|
Home - Logud
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-06-25 06:12:53 +00:00
|
|
|
<a href="{{ route('users.logout') }}" class="text-white">Logud</a> /
|
2020-06-16 07:04:25 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
|
|
|
|
@endsection
|