@extends('layouts.index') @push('css') {{-- css untuk data table --}} @endpush @section('content') @include('layouts.include._breadcrumb')

{{ $title }}

@if (session()->has('message'))
{{ session('message') }}
@if (session()->has('list'))
    @foreach(Session::get('list') as $li )
  1. {!! $li !!}
  2. @endforeach
@endif
@endif

{{$title}}

@role('admin') @endrole
@foreach($pptk as $data) @endforeach
No Username Nama / NIP / Telpon Level OPD Subbag / Subbid / Seksi Status Input Aksi
{{$loop->iteration}} {{$data->username}} {{$data->nama}} / {{ $data->nip }} / {{ $data->telpon }} @foreach($data->roles as $roles)
  • {{ $roles->name }}
  • @endforeach
    {{@$data->opd->nama_perangkat_daerah}} {{$data->bidang}} {!! $data->text_status !!}
    {{csrf_field()}} @role('admin') Edit @endrole @role('admin') @endrole @role('admin') {{-- tombol untuk show detail user-pptk --}} @endrole
    @endsection @push('js') {{-- js untuk data table --}} @endpush