@extends('layout.index') @section('title', $blanko->id ? 'Edit Blanko - SIAPN' : 'Tambah Blanko - SIAPN') @push('styles') @endpush @section('content')
@csrf @if($blanko->id) @method('PUT') @endif
Informasi Blanko KTA
@error('nama_blanko')
{{ $message }}
@enderror
Klik atau seret gambar blanko ke sini
PNG, JPG, JPEG • Maks 2MB
id ? '' : 'required' }}>
Preview Blanko
{{ $blanko->file_gambar ? 'Gambar blanko' : 'Belum ada gambar' }}
File akan langsung tersimpan di Google Drive. Format: JPG, JPEG, PNG.
@error('file_gambar')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Jika dicentang, blanko lain yang sebelumnya aktif akan otomatis dinonaktifkan.
@error('is_active')
{{ $message }}
@enderror
Kembali
@endsection @push('scripts') @endpush