14 lines
259 B
PHP
14 lines
259 B
PHP
|
@extends("admin.layout.base")
|
||
|
@extends("admin.layout.header")
|
||
|
|
||
|
@section("title")
|
||
|
Vejledning - Fjern
|
||
|
@endsection
|
||
|
|
||
|
@section("path")
|
||
|
<a href="{{ route('guides.delete') }}" class="text-white">Fjern Guide</a> /
|
||
|
@endsection
|
||
|
|
||
|
@section("content")
|
||
|
@endsection
|