|Jabatan newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Jabatan newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Jabatan query() * @method static \Illuminate\Database\Eloquent\Builder|Jabatan whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Jabatan whereIdJabatan($value) * @method static \Illuminate\Database\Eloquent\Builder|Jabatan whereNamaJabatan($value) * @method static \Illuminate\Database\Eloquent\Builder|Jabatan whereUpdatedAt($value) * @mixin \Eloquent */ class Jabatan extends Model { use HasFactory; protected $table = 'jabatan'; protected $primaryKey = 'id_jabatan'; protected $fillable = [ 'nama_jabatan' ]; }