Ekapp/skolehjem/resources/views/admin/washing-reservations/update.blade.php

15 lines
313 B
PHP
Raw Normal View History

2020-06-25 11:30:58 +00:00
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Booking - Rediger
@endsection
@section("path")
<a href="{{ route('washing-reservations.edit') }}" class="text-white">Rediger Booking</a> /
@endsection
@section("content")
Din booking blev (ikke) redigeret.
@endsection