@if(session()->has('alert'))
@include('includes.alert', ['type' => json_decode(session()->get('alert'))->type, 'message' => json_decode(session()->get('alert'))->message])
@endif
Export
@foreach ($data as $row) @endforeach
Nama NIP Jabatan Golongan Ruang telepon Email Alamat
{{$row['nama']}} {{$row['nip']}} {{$row['jabatan']}} {{$row['golongan']}} {{$row['ruang']}} {{$row['telepon']}} {{$row['email']}} {{$row['alamat']}} Pengajuan Export @include('admin.includes.crud_utils_opt', ['detail_url' => url()->current().'/detail/'.$row['id'], 'delete_url' => url()->current().'/delete/'.$row['id']])
@include('admin.includes.data_table', ['target' => '#pegawai'])