@if ($errors->any()) @foreach ($errors->all() as $error) @php notify()->error($error, 'Gagal'); @endphp @endforeach @endif
Edit Data Jamban Terapung
Form Edit Data Jamban Terapung
@csrf @method('PUT')
@error('kecamatan_id')
{{ $message }}
@enderror
@error('desa_id')
{{ $message }}
@enderror
@error('tahun')
{{ $message }}
@enderror
@error('kegiatan_id')
{{ $message }}
@enderror
@if($jambanTerapung->foto && count($jambanTerapung->foto) > 0)
@foreach($jambanTerapung->foto as $index => $fotoPath)
Foto {{ $index + 1 }} Foto {{ $index + 1 }}
@endforeach
@else

Tidak ada foto

@endif
Format: JPG, PNG. Maksimal 2MB per foto. Pilih beberapa foto.
@error('foto.*')
{{ $message }}
@enderror
Batal
@push('scripts') @endpush