kode_lapor)) { $tempatIbadah->kode_lapor = \Illuminate\Support\Str::random(10); } }); } public function penerima_bantuan() { return $this->hasMany(PenerimaBantuan::class, 'id_tempat_ibadah'); } public function users() { return $this->hasMany(User::class, 'id_tempat_ibadah'); } }