@extends('layouts.adminMain') @section('Title', 'QMS Admin') @section('container')

Welcome, {{ Auth::user()->name }}

Employee List

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