@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Booking - Vis @endsection @section("path") Vis Booking / @endsection @section("content") @foreach($reservations as $reservation) @endforeach
ID Fornavn Efternavn Tlf nr Vaskemaskine Update Delete
{ID} {Fornavn} {Efternavn} {Tlf Nr} {Vaskemaskine Nr.} Update Delete
{{ $reservations->links() }} @endsection