2020-06-16 07:06:45 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
2020-06-24 12:19:55 +00:00
|
|
|
Vaskemaskiner - Fjern
|
2020-06-16 07:06:45 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-07-01 08:30:28 +00:00
|
|
|
<a href="{{ route('washing-machines.destroy') }}" class="text-white">Fjern Vaskemaskine</a> /
|
2020-06-16 07:06:45 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
@endsection
|