@extends('layout.master') @push('plugin-styles') @endpush @section('content')
List Signature
@foreach($data as $item) @endforeach
No. Nama Lengkap NIP Posisi/Jabatan Wilayah Wilayah Kerja/UPT Action
{{ $loop->iteration }} {{ $item->name }} {{ $item->nip }} {{ $item->position }} {{ $item->wilayah }} {{ $item->wilayah_kerja ?? '' }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush