Added error msg

This commit is contained in:
frederikpyt 2020-08-05 10:12:05 +02:00
parent d43ccb2a78
commit 5f7c91a507
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
<form method="post" action="{{ route("washing-reservations.store") }}" id="event-container" class="events-container">
@csrf
</form>
@if(count(\App\WashingMachine::all()) < 1)
<p style="margin: 0 18px;">Der er ingen vaskemaskiner.</p>
@endif
</div>
</main>
@endsection