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

{{__('msg.dinereservationer')}}

@foreach($reservations as $reservation)

{{ \App\WashingMachine::query()->find($reservation->machine_id)->name }}

{{__('msg.tid')}}: {{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime($reservation->time))->format('d/m/Y \k\l\. H:i') }}
$reservation ]) }}"> @csrf @method("delete")
@endforeach @if(count($reservations) < 1)

{{__('msg.duharingenreservationer')}}.

@endif {{__('msg.reservervaskemaskine')}}
@endsection @section("scripts") @endsection