@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Vaskemaskiner - Vis @endsection @section("path") Vis Vaskemaskiner / @endsection @section("content") @foreach($machines as $machine) @endforeach
Navn Update Delete
{Navn} Update
$machine ]) }}" class="w-100 nostyle"> @csrf @method("delete")
{{ $machines->links() }} @endsection