@extends('admin.admin-template') @section('css') @endsection @section('content')

Hi, Selamat Datang {{Auth::user()->username}} !

{{--

Your web analytics dashboard template.

--}}
@include('admin.nav')
Tambah Kepala Desa
Menambahkan Kepala Desa Baru
{{-- Sarat dan ketentuan menjadi pegawai --}}
Tambah Kepala Desa

Lengkapi semua form profil kepala desa

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('nomor_ktp')) {{ $errors->first('nomor_ktp') }} @endif
{{--
--}}


@endsection @section('script') @endsection