@extends('petugas.layouts.layout_dashboard') @section("title") Petugas @endsection @section("breadcrumb") @endsection @section("content")
face

Data Petugas

@if($vkey == '69691c7bdcc3ce6d5d8a1361f22d04ac') @endif @foreach($data as $key => $d) @if($vkey == '69691c7bdcc3ce6d5d8a1361f22d04ac') @endif @endforeach
No Nama Usernmae Level AlamatLokasi LayananStatus Action
{{ ($data->currentpage()-1) * $data->perpage() + $key + 1 }} {{$d->nama}} {{$d->username}} {{$d->level}} {{$d->alamat}}{{$d->nama_lola}} @if ($d->status_aktif == '1') Aktif @elseif ($d->status_aktif == '0') Tidak Aktif @endif edit
{{$data->appends(Request::all())->links()}}
@endsection @section('footer-scripts')> @include('petugas.components.notification') @endsection