15 lines
313 B
PHP
15 lines
313 B
PHP
|
@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
|