Ekapp/skolehjem/resources/views/admin/staff/logout.blade.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