15 lines
247 B
PHP
15 lines
247 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Home - Logud
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="{{ route('staff.logout') }}" class="text-white">Logud</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
|
|
@endsection
|