@extends("admin.layout.base") @extends("admin.layout.header") @section("title") Personal - Vis @endsection @section("path") Vis Personal / @endsection @section("content") @foreach($staffs as $staff) @endforeach
Fornavn Efternavn Email Tlf nr Update Delete
{{ $staff->name_first }} {{ $staff->name_last }} {{ $staff->email }} {{ $staff->phone }} $staff->id ]) }}">Update
$staff->id ]) }}" class="w-100 nostyle"> @csrf @method("delete")
{{ $staffs->links() }} @endsection