Ekapp/skolehjem/resources/views/admin/guides-category/update.blade.php

15 lines
320 B
PHP
Raw Normal View History

2020-09-10 13:31:06 +00:00
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Vejledning - Rediger
@endsection
@section("path")
<a href="{{ route('guides.edit', ["guide" => $link]) }}" class="text-white">Vejledning</a> /
@endsection
@section("content")
Din vejledning blev (ikke) redigeret.
@endsection