@extends('layout.main') @section('title', 'Pilih Pegawai') @section('prev-page') Home - Daftar Payroll @endsection @section('content')
Tambah Payroll Pegawai
@csrf
@forelse($employees as $employee) @empty @endforelse
Nama Pegawai Email Jabatan No. Hp
{{ $employee->name }} {{ $employee->email }} {{ $employee->position }} {{ $employee->mobile_phone }} Pilih
Belum ada data
@endsection @section('other-scripts') @endsection