| {{ $loop->iteration }} |
{{ $user->name }} |
{{ $user->nip }} |
{{ $user->nama }} |
{{ $user->email }} |
@if ($user->role == 'resepsionis')
Resepsionis
@endif
@if ($user->role == 'radiografer')
Radiografer
@endif
@if ($user->role == 'admin')
Admin
@endif
@if ($user->role == 'kasir')
Kasir
@endif
|
@if ($user->jabatan == 'pendaftaran_ri')
Resepsionis Pendaftaran Rawat Inap
@endif
@if ($user->jabatan == 'pendaftaran_rj')
Resepsionis Pendaftaran Rawat Jalan
@endif
@if ($user->jabatan == 'radiografer')
Radiografer
@endif
@if ($user->jabatan == 'kasir')
Kasir
@endif
|
{{ ucfirst($user->jenis_kelamin) }} |
{{ ucfirst($user->alamat) }} |
{{ $user->nomor_telepon }} |
|
@endforeach