@extends('layouts.layout') @section('body')
Tambah korban
@csrf
@if ($errors->has('nik')) {{ $errors->first('nnik') }} @endif
@if ($errors->has('nik')) {{ $errors->first('nnik') }} @endif
@if ($errors->has('nama')) {{ $errors->first('nama') }} @endif
@if ($errors->has('kasus_pelanggaran')) {{ $errors->first('kasus_pelanggaran') }} @endif
@if ($errors->has('tahun_keputusan')) {{ $errors->first('tahun_keputusan') }} @endif
@if ($errors->has('jenis_kelamin')) {{ $errors->first('jenis_kelamin') }} @endif
@if ($errors->has('tempat_lahir')) {{ $errors->first('tempat_lahir') }} @endif
@if ($errors->has('tanggal_lahir')) {{ $errors->first('tanggal_lahir') }} @endif
@if ($errors->has('alamat')) {{ $errors->first('alamat') }} @endif
@if ($errors->has('pekerjaan')) {{ $errors->first('pekerjaan') }} @endif
@if ($errors->has('status_korban')) {{ $errors->first('status_korban') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Kembali
@endsection