@extends('layouts.supervisorMain') @section('Title', 'SPV Manage Employee') @section('container')

Employee List

@foreach($daftar as $lists) @endforeach
# Name Username Email Phone Action
{{ $loop->iteration }} {{ $lists->name }} {{ $lists->username }} {{ $lists->email }} {{ $lists->Phone }}
@endsection