@extends('layout.index') @section('title', $pac->id ? 'Edit PAC - SIAPN' : 'Tambah PAC - SIAPN') @push('styles') @endpush @section('content')
@csrf @if($pac->id) @method('PUT') @endif
Informasi PAC
@error('nama_pac')
{{ $message }}
@enderror
Kode ini digunakan untuk penomoran ID Anggota otomatis. Contoh: 01, 02.
@error('kode_pac')
{{ $message }}
@enderror
Kembali
@endsection @push('scripts') @endpush