Veifikasi Akun
@foreach ($users as $logistik) @endforeach
# Nama NIP Email Kota / Kab Role Status Aksi
{{ $loop->iteration }} {{ $logistik->name }} {{ $logistik->nip }} {{ $logistik->email }} {{ $logistik->kota->nama_kota }} @if ($logistik->role == 1)
@csrf @method('POST')
@if ($logistik->status == 1) Terverfikasi @else Pending @endif {{-- Role Action --}} @if ($logistik->status == 0)
@csrf @method('POST')
@else
@csrf @method('POST')
@endif {{-- Hapus User --}}
@csrf @method('POST')