15 lines
306 B
PHP
15 lines
306 B
PHP
|
@extends("admin.layout.base")
|
||
|
@extends("admin.layout.header")
|
||
|
|
||
|
@section("title")
|
||
|
Booking - Opret
|
||
|
@endsection
|
||
|
|
||
|
@section("path")
|
||
|
<a href="{{ route('washing-reservations.create') }}" class="text-white">Opret Booking</a> /
|
||
|
@endsection
|
||
|
|
||
|
@section("content")
|
||
|
Booking blev (ikke) oprettet.
|
||
|
@endsection
|