@extends("app.layout.base") @section("title") Booking Liste @endsection @section("content")

Booking Liste

{!! session()->get('ReservationExists') !!}

{Måned} {År}

@csrf
@if(count(\App\WashingMachine::all()) < 1)

Der er ingen vaskemaskiner.

@endif
@endsection @section("scripts") @endsection