@extends('admin.template-admin')
@section('title',$title)
@section('head')
@endsection
@section('content')
{{$title}}
Tanggal Dibuat | : {{$st->dibuat}} |
Nomor Surat | : {{$st->nomor}} |
HP | : {{$st->hp}} |
Tanggal Mulai | : {{$st->mulai}} |
Tanggal Selesai | : {{$st->selesai}} |
Uraian | : {{$st->uraian}} |
No |
Kode Desa |
Nama Desa |
Skor |
Keterangan |
@foreach ($areas as $no => $area)
{{$no+1}} |
{{$area->kd_desa}} |
{{$area->nama_pemdes}} |
{{$area->skor}} |
{{$area->keterangan}} |
@endforeach
|
Nama |
NIP |
Pangkat |
Jabatan |
Peran |
@foreach ($pegawais as $no => $pegawai)
{{$no+1}} |
{{$pegawai->nama}} |
{{$pegawai->nip}} |
{{$pegawai->pangkat}} |
{{$pegawai->jabatan}} |
{{$pegawai->peran}} |
@endforeach
@endsection
@section('script')
@endsection